summaryrefslogtreecommitdiffstats
path: root/include/keyb.h
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2015-06-15 09:01:22 +0200
committerDave Davenport <qball@gmpclient.org>2015-06-15 09:01:22 +0200
commit90eb18b3c035071fde689fcc33ba752c479b961d (patch)
treeceab7a1458f1969a6d7bd77ee338ec3439a8ea2a /include/keyb.h
parent25633ca4dc7b4259087f19f6bf8ffec3ccbd033f (diff)
Make 'all?' keys user configurable.
Fixes #66
Diffstat (limited to 'include/keyb.h')
-rw-r--r--include/keyb.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/keyb.h b/include/keyb.h
index c2213d85..452205d2 100644
--- a/include/keyb.h
+++ b/include/keyb.h
@@ -37,6 +37,12 @@ typedef enum _KeyBindingAction
ROW_UP,
ROW_DOWN,
ROW_TAB,
+ PAGE_PREV,
+ PAGE_NEXT,
+ ROW_FIRST,
+ ROW_LAST,
+ ROW_SELECT,
+ CANCEL,
NUM_ABE
} KeyBindingAction;