mirror of
https://github.com/flynx/ImageGrid.git
synced 2026-01-02 16:31:09 +00:00
added ctrl-left to go to '/'...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
c2d317246b
commit
2da348a0db
@ -145,7 +145,10 @@ var BrowserPrototype = {
|
|||||||
Up: 'prev!',
|
Up: 'prev!',
|
||||||
Backspace: 'Up',
|
Backspace: 'Up',
|
||||||
Down: 'next!',
|
Down: 'next!',
|
||||||
Left: 'pop',
|
Left: {
|
||||||
|
default: 'pop',
|
||||||
|
ctrl: 'update: "/"',
|
||||||
|
},
|
||||||
Right: 'push',
|
Right: 'push',
|
||||||
|
|
||||||
Home: 'select!: "first"',
|
Home: 'select!: "first"',
|
||||||
@ -153,8 +156,6 @@ var BrowserPrototype = {
|
|||||||
|
|
||||||
// XXX add page up and page down...
|
// XXX add page up and page down...
|
||||||
// XXX
|
// XXX
|
||||||
// XXX ctrl-Left to go to root/base/home
|
|
||||||
// XXX
|
|
||||||
|
|
||||||
Enter: 'action',
|
Enter: 'action',
|
||||||
Esc: 'close',
|
Esc: 'close',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user