mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 10:20:08 +00:00
notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
a01f4a049e
commit
5cee39ed70
@ -271,10 +271,13 @@ module.GLOBAL_KEYBOARD = {
|
||||
Home: 'firstImage',
|
||||
ctrl_Home: 'firstGlobalImage',
|
||||
shift_Home: 'firstRibbon',
|
||||
'^': 'Home',
|
||||
End: 'lastImage',
|
||||
ctrl_End: 'lastGlobalImage',
|
||||
shift_End: 'lastRibbon',
|
||||
// NOTE: these (vim-like) bindings have been added by request as
|
||||
// it would seem that not all keyboards have a convenient
|
||||
// Home/End buttons...
|
||||
'^': 'Home',
|
||||
'$': 'End',
|
||||
|
||||
Up: 'prevRibbon',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user