From: Jaakko Heinonen Date: Thu, 6 Sep 2001 15:20:51 +0000 (+0000) Subject: Minor keybinding update X-Git-Tag: upstream/0.6.1~2^2~342 X-Git-Url: https://git.deb.at/w?a=commitdiff_plain;h=e70bcdb3544528fac4e9e58ebff5ad198d755766;p=pkg%2Fabook.git Minor keybinding update --- diff --git a/ui.c b/ui.c index d27fa73..c11c26a 100644 --- 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();