From 5170f0f80d0c32f93e6e08cccea96de80cd275fd Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 15 Jan 2011 15:55:04 +0100 Subject: Fix scrolling defaults / binding names --- src/options.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/options.h') 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; -- cgit v1.2.3