Explorar el Código

make Q do abort so we are consistent with the pkglist

Wichert Akkerman hace 25 años
padre
commit
a054eb2c5d
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      dselect/methkeys.cc

+ 1 - 0
dselect/methkeys.cc

@@ -110,6 +110,7 @@ const keybindings::orgbinding methodlist_korgbindings[]= {
   { '\r',           "select-and-quit"  },
   { 'x',            "abort"            },
   { 'X',            "abort"            },
+  { 'Q',            "abort"            },
   
   {  -1,             0                 }
 };