summaryrefslogtreecommitdiffstats
path: root/CategoriesPanel.c
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 /CategoriesPanel.c
parent282f16c4b8df9fb5bac6c7952afe5b49c1b4dd11 (diff)
* Add Bash/emacs style navigation keys
(thanks to Daniel Schuler)
Diffstat (limited to 'CategoriesPanel.c')
-rw-r--r--CategoriesPanel.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/CategoriesPanel.c b/CategoriesPanel.c
index 24316f39..b3cb3aa9 100644
--- a/CategoriesPanel.c
+++ b/CategoriesPanel.c
@@ -79,7 +79,9 @@ static HandlerResult CategoriesPanel_eventHandler(Panel* super, int ch) {
result = HANDLED;
break;
case KEY_UP:
+ case KEY_CTRLP:
case KEY_DOWN:
+ case KEY_CTRLN:
case KEY_NPAGE:
case KEY_PPAGE:
case KEY_HOME:

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