Explorar el Código

dselect/methkeys.cc: remove old bindings for `n\' and `p\', which frees `n\' to do searchagain

Wichert Akkerman hace 26 años
padre
commit
0905605fe0
Se han modificado 2 ficheros con 7 adiciones y 2 borrados
  1. 5 0
      ChangeLog
  2. 2 2
      dselect/methkeys.cc

+ 5 - 0
ChangeLog

@@ -1,3 +1,8 @@
+Thu Mar  2 17:03:04 CET 2000 Wichert Akkerman <wakkerma@debian.org>
+
+  * dselect/methkeys.cc: remove old bindings for `n' and `p', which
+    frees `n' to do searchagain
+
 Mon Feb 28 15:12:05 CET 2000 Wichert Akkerman <wakkerma@debian.org>
 
   * utils/Makefile.in: fix link command for start-stop-daemon

+ 2 - 2
dselect/methkeys.cc

@@ -63,10 +63,10 @@ const keybindings::interpretation methodlist_kinterps[] = {
 
 const keybindings::orgbinding methodlist_korgbindings[]= {
   { 'j',            "down"           }, // vi style
-  { 'n',            "down"           },
+//{ 'n',            "down"           }, // no style
   { KEY_DOWN,       "down"           },
   { 'k',            "up"             }, // vi style
-  { 'p',            "up"             },
+//{ 'p',            "up"             }, // no style
   { KEY_UP,         "up"             },
   
   { C('f'),         "scrollon"       }, // vi style