From b4a63409f54b9c324d1baf0f153fe615a21502aa Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Wed, 3 Mar 2010 21:13:33 +0000 Subject: * Add Bash/emacs style navigation keys (thanks to Daniel Schuler) --- CategoriesPanel.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CategoriesPanel.c') 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: -- cgit v1.2.3