Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2012-08-08 23:23:29 +04:00
parent d88cc717bd
commit 2385f54ee2

View File

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