From 5cee39ed7026711f957970c2e43ddf9321e0d1c2 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sat, 20 May 2017 04:52:10 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- ui (gen4)/features/keyboard.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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',