summaryrefslogtreecommitdiff
path: root/src/options.h
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-01-14 23:54:35 +0100
committerDaniel Friesel <derf@finalrewind.org>2011-01-14 23:54:35 +0100
commite406710610d45e51f52e827e2d0ad77b16d6fbe8 (patch)
tree1c7050223f965dba57342321cbce545514952e55 /src/options.h
parent939b2b178c876427a6dcfa89b31080386de992dd (diff)
Configurable menu keybindings, too.
Diffstat (limited to 'src/options.h')
-rw-r--r--src/options.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/options.h b/src/options.h
index 2030570..fc8fa02 100644
--- a/src/options.h
+++ b/src/options.h
@@ -136,6 +136,12 @@ struct __fehkey {
};
struct __fehkb {
+ struct __fehkey menu_close;
+ struct __fehkey menu_parent;
+ struct __fehkey menu_down;
+ struct __fehkey menu_up;
+ struct __fehkey menu_child;
+ struct __fehkey menu_select;
struct __fehkey move_right;
struct __fehkey prev_img;
struct __fehkey move_left;