diff --git a/ui/keybindings.js b/ui/keybindings.js index 531f01a1..e739181b 100755 --- a/ui/keybindings.js +++ b/ui/keybindings.js @@ -62,16 +62,12 @@ var keybindings = { 17: 16, 18: 16, } -/* +/* XXX old bindings... close: [27, 88, 67], // ??? // these work with ctrl modifier... promote: [45], // ??? demote: [46], // ??? - - - // print unhandled keys... - helpShowOnUnknownKey: true */ // vim:set ts=4 sw=4 nowrap :