diff --git a/ui (gen4)/features/keyboard.js b/ui (gen4)/features/keyboard.js index 6b266e13..314a04bb 100755 --- a/ui (gen4)/features/keyboard.js +++ b/ui (gen4)/features/keyboard.js @@ -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',