From 2385f54ee26a903a4b4f2e10202469b887da0d02 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 8 Aug 2012 23:23:29 +0400 Subject: [PATCH] ... Signed-off-by: Alex A. Naanou --- ui/keybindings.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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 :