]> git.deb.at Git - pkg/abook.git/commitdiff
Minor keybinding update
authorJaakko Heinonen <jheinonen@users.sourceforge.net>
Thu, 6 Sep 2001 15:20:51 +0000 (15:20 +0000)
committerJaakko Heinonen <jheinonen@users.sourceforge.net>
Thu, 6 Sep 2001 15:20:51 +0000 (15:20 +0000)
ui.c

diff --git a/ui.c b/ui.c
index d27fa7360f6af4a0487c8cdde7722e5279d62701..c11c26a18b23c4aa2238de23bd8cfc2f59ce6d1d 100644 (file)
--- a/ui.c
+++ b/ui.c
@@ -430,9 +430,9 @@ get_commands()
                        case 'J':
                        case KEY_NPAGE: page_down();    break;
 
-                       case 'H':
+                       case 'g':
                        case KEY_HOME: goto_home();     break;
-                       case 'E':
+                       case 'G':
                        case KEY_END: goto_end();       break;
 
                        case 'w': save_database();