subwin problems
[taskasaur.git] / config.h
index 3c94504..ad8648d 100644 (file)
--- a/config.h
+++ b/config.h
@@ -41,6 +41,8 @@ static int menu_non_selected_color = COLOR_GREEN;
 #define BINDING_APPEND_ITEM 'a'
 #define BINDING_INSERT_ABOVE 'O'
 #define BINDING_INSERT_BELOW 'o'
+#define BINDING_MOVE_MENU_LEFT '<'
+#define BINDING_MOVE_MENU_RIGHT '>'
 #define BINDING_EDIT_ITEM 'i'
 
 #endif