mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30: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!',
|
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"',
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user