From 94c0b6e4b62107ac59121a6a04e893923837408b Mon Sep 17 00:00:00 2001 From: Yu-Jie Lin Date: Sun, 31 Jul 2011 21:34:35 +0800 Subject: add scroll by a page actions A page is the window width or height. Signed-off-by: Yu-Jie Lin --- src/options.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/options.h') diff --git a/src/options.h b/src/options.h index f0015c9..3c62441 100644 --- a/src/options.h +++ b/src/options.h @@ -152,6 +152,10 @@ struct __fehkb { struct __fehkey next_img; struct __fehkey scroll_up; struct __fehkey scroll_down; + struct __fehkey scroll_right_page; + struct __fehkey scroll_left_page; + struct __fehkey scroll_up_page; + struct __fehkey scroll_down_page; struct __fehkey jump_back; struct __fehkey quit; struct __fehkey jump_fwd; -- cgit v1.2.3