summaryrefslogtreecommitdiffstats
path: root/Panel.h
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2010-03-03 21:13:33 +0000
committerHisham Muhammad <hisham@gobolinux.org>2010-03-03 21:13:33 +0000
commitb4a63409f54b9c324d1baf0f153fe615a21502aa (patch)
treea017ffab35707ff1335db6a6efba4017fba00dbd /Panel.h
parent282f16c4b8df9fb5bac6c7952afe5b49c1b4dd11 (diff)
* Add Bash/emacs style navigation keys
(thanks to Daniel Schuler)
Diffstat (limited to 'Panel.h')
-rw-r--r--Panel.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Panel.h b/Panel.h
index 9af9ace9..66723251 100644
--- a/Panel.h
+++ b/Panel.h
@@ -65,6 +65,10 @@ extern char* PANEL_CLASS;
#define PANEL_CLASS NULL
#endif
+#define KEY_CTRLN 0016 /* control-n key */
+#define KEY_CTRLP 0020 /* control-p key */
+#define KEY_CTRLF 0006 /* control-f key */
+#define KEY_CTRLB 0002 /* control-b key */
Panel* Panel_new(int x, int y, int w, int h, char* type, bool owner, Object_Compare compare);

© 2014-2024 Faster IT GmbH | imprint | privacy policy