summaryrefslogtreecommitdiffstats
path: root/CategoriesPanel.c
diff options
context:
space:
mode:
authorHisham <hisham@gobolinux.org>2016-06-15 12:45:23 -0300
committerHisham <hisham@gobolinux.org>2016-06-15 12:45:23 -0300
commit0128d222b94adab6b258f417722f298013a33327 (patch)
tree83f7fff3eaa158b246af2a22ca55598d7cff6abb /CategoriesPanel.c
parent1a13b4d0f4c02f13ec8a06f7bee9b1dc028434d5 (diff)
Added Ctrl+A and Ctrl+E to go to beginning and end of line.
(Also, '^' and '$') Closes #508.
Diffstat (limited to 'CategoriesPanel.c')
-rw-r--r--CategoriesPanel.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/CategoriesPanel.c b/CategoriesPanel.c
index d67be86a..afc32305 100644
--- a/CategoriesPanel.c
+++ b/CategoriesPanel.c
@@ -82,9 +82,9 @@ static HandlerResult CategoriesPanel_eventHandler(Panel* super, int ch) {
result = HANDLED;
break;
case KEY_UP:
- case KEY_CTRLP:
+ case KEY_CTRL('P'):
case KEY_DOWN:
- case KEY_CTRLN:
+ case KEY_CTRL('N'):
case KEY_NPAGE:
case KEY_PPAGE:
case KEY_HOME:

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