diff options
Diffstat (limited to 'src/options.h')
-rw-r--r-- | src/options.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/options.h b/src/options.h index 7b20dd5..3371847 100644 --- a/src/options.h +++ b/src/options.h @@ -141,12 +141,12 @@ struct __fehkb { struct __fehkey menu_up; struct __fehkey menu_child; struct __fehkey menu_select; - struct __fehkey move_right; + struct __fehkey scroll_right; struct __fehkey prev_img; - struct __fehkey move_left; + struct __fehkey scroll_left; struct __fehkey next_img; - struct __fehkey move_up; - struct __fehkey move_down; + struct __fehkey scroll_up; + struct __fehkey scroll_down; struct __fehkey jump_back; struct __fehkey quit; struct __fehkey jump_fwd; |