now space in browse acts more naturally...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2017-10-03 13:50:33 +03:00
parent eb31e84d71
commit 7c310272ed

View File

@ -1637,9 +1637,9 @@ var BrowserPrototype = {
Down: 'down!', Down: 'down!',
Left: 'left!', Left: 'left!',
ctrl_Left: 'update!: "/"', ctrl_Left: 'update!: "/"',
Backspace: 'Left',
Right: 'right', Right: 'right',
//P: 'push', Backspace: 'Left',
Space: 'Right',
// XXX should these also select buttons??? // XXX should these also select buttons???
Tab: 'down!', Tab: 'down!',
@ -1656,8 +1656,6 @@ var BrowserPrototype = {
End: 'navigate!: "last"', End: 'navigate!: "last"',
Enter: 'action', Enter: 'action',
Space: 'Enter',
//O: 'action',
Esc: 'close: "reject"', Esc: 'close: "reject"',