From e406710610d45e51f52e827e2d0ad77b16d6fbe8 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 14 Jan 2011 23:54:35 +0100 Subject: Configurable menu keybindings, too. --- src/options.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/options.h') 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; -- cgit v1.2.3