Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2017-05-20 04:52:10 +03:00
parent a01f4a049e
commit 5cee39ed70

View File

@ -271,10 +271,13 @@ module.GLOBAL_KEYBOARD = {
Home: 'firstImage', Home: 'firstImage',
ctrl_Home: 'firstGlobalImage', ctrl_Home: 'firstGlobalImage',
shift_Home: 'firstRibbon', shift_Home: 'firstRibbon',
'^': 'Home',
End: 'lastImage', End: 'lastImage',
ctrl_End: 'lastGlobalImage', ctrl_End: 'lastGlobalImage',
shift_End: 'lastRibbon', 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', '$': 'End',
Up: 'prevRibbon', Up: 'prevRibbon',