several minor tweeks...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2013-05-03 02:30:51 +04:00
parent 6ab3ce5505
commit 2358d23327

View File

@ -81,6 +81,9 @@ var KEYBOARD_CONFIG = {
Space: { Space: {
default: 'Right', default: 'Right',
shift: 'Left', shift: 'Left',
// screen-oriented movement...
ctrl: 'Right',
'ctrl+shift': 'Left',
}, },
/* XXX for some reason this does not work,,, /* XXX for some reason this does not work,,,
// XXX for some odd reason, returning false does not cancel // XXX for some odd reason, returning false does not cancel