mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-11-01 20:00:10 +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!',
|
||||
Backspace: 'Up',
|
||||
Down: 'next!',
|
||||
Left: 'pop',
|
||||
Left: {
|
||||
default: 'pop',
|
||||
ctrl: 'update: "/"',
|
||||
},
|
||||
Right: 'push',
|
||||
|
||||
Home: 'select!: "first"',
|
||||
@ -153,8 +156,6 @@ var BrowserPrototype = {
|
||||
|
||||
// XXX add page up and page down...
|
||||
// XXX
|
||||
// XXX ctrl-Left to go to root/base/home
|
||||
// XXX
|
||||
|
||||
Enter: 'action',
|
||||
Esc: 'close',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user