mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 18:00:09 +00:00
now space in browse acts more naturally...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
eb31e84d71
commit
7c310272ed
@ -1637,9 +1637,9 @@ var BrowserPrototype = {
|
||||
Down: 'down!',
|
||||
Left: 'left!',
|
||||
ctrl_Left: 'update!: "/"',
|
||||
Backspace: 'Left',
|
||||
Right: 'right',
|
||||
//P: 'push',
|
||||
Backspace: 'Left',
|
||||
Space: 'Right',
|
||||
|
||||
// XXX should these also select buttons???
|
||||
Tab: 'down!',
|
||||
@ -1656,8 +1656,6 @@ var BrowserPrototype = {
|
||||
End: 'navigate!: "last"',
|
||||
|
||||
Enter: 'action',
|
||||
Space: 'Enter',
|
||||
//O: 'action',
|
||||
|
||||
Esc: 'close: "reject"',
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user