From 09a4d60e0a39fd0da4fd8fc02b9f18dc5ba4a14a Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Sun, 2 Oct 2016 11:27:37 -0400 Subject: [PATCH] fixed error in keyboard files. --- config/keyboard/desktop.conf | 4 ++-- config/keyboard/laptop.conf | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/keyboard/desktop.conf b/config/keyboard/desktop.conf index 0b9178a2..8877893b 100644 --- a/config/keyboard/desktop.conf +++ b/config/keyboard/desktop.conf @@ -5,8 +5,8 @@ KEY_FENRIR,KEY_KP7=review_top KEY_KP8=review_curr_line KEY_KP7=review_prev_line KEY_KP9=review_next_line -KEY_FENRIR,KEY_KP4=review_begin_of_line -KEY_FENRIR,KEY_KP6=review_end_of_line +KEY_FENRIR,KEY_KP4=review_line_begin +KEY_FENRIR,KEY_KP6=review_line_end KEY_FENRIR,KEY_ALT,KEY_1=present_first_line KEY_FENRIR,KEY_ALT,KEY_2=present_last_line KEY_KP5=review_curr_word diff --git a/config/keyboard/laptop.conf b/config/keyboard/laptop.conf index 1d4806b6..7c198733 100644 --- a/config/keyboard/laptop.conf +++ b/config/keyboard/laptop.conf @@ -5,8 +5,8 @@ KEY_FENRIR,KEY_SHIFT,KEY_U=review_top KEY_FENRIR,KEY_I=review_curr_line KEY_FENRIR,KEY_U=review_prev_line KEY_FENRIR,KEY_O=review_next_line -KEY_FENRIR,KEY_KP4=review_begin_of_line -KEY_FENRIR,KEY_KP6=review_end_of_line +KEY_FENRIR,KEY_SHIFT,KEY_J=review_line_begin +KEY_FENRIR,KEY_SHFIT,KEY_L=review_line_end KEY_FENRIR,KEY_ALT,KEY_1=present_first_line KEY_FENRIR,KEY_ALT,KEY_2=present_last_line KEY_FENRIR,KEY_K=review_curr_word