summaryrefslogtreecommitdiff
path: root/src/options.h
diff options
context:
space:
mode:
authorYu-Jie Lin <livibetter@gmail.com>2011-07-31 21:34:35 +0800
committerYu-Jie Lin <livibetter@gmail.com>2011-07-31 21:34:35 +0800
commit94c0b6e4b62107ac59121a6a04e893923837408b (patch)
treedaee19c54ad3ed9d24937fd65832ac882cb32806 /src/options.h
parent0379af967bddd6e90e4c7dadee6d96be1cb82f1d (diff)
add scroll by a page actions
A page is the window width or height. Signed-off-by: Yu-Jie Lin <livibetter@gmail.com>
Diffstat (limited to 'src/options.h')
-rw-r--r--src/options.h4
1 files changed, 4 insertions, 0 deletions
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;