Przeglądaj źródła

make Q do abort so we are consistent with the pkglist

Wichert Akkerman 25 lat temu
rodzic
commit
a054eb2c5d
1 zmienionych plików z 1 dodań i 0 usunięć
  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                 }
 };