From 1790267ff54ead8189d3142036055b017d020f7e Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sat, 22 Apr 2017 19:21:58 +0300 Subject: [PATCH] minor tweaking... Signed-off-by: Alex A. Naanou --- ui (gen4)/css/layout.less | 3 ++- ui (gen4)/features/keyboard.js | 5 ++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ui (gen4)/css/layout.less b/ui (gen4)/css/layout.less index 67a84262..ebe763c0 100755 --- a/ui (gen4)/css/layout.less +++ b/ui (gen4)/css/layout.less @@ -1487,6 +1487,7 @@ stretching in width... */ font-size: small; font-style: italic; margin: 0px 10pt; + cursor: default; } .overlay-info .capslock-state:not(.on) { opacity: 0.2; @@ -1496,7 +1497,7 @@ stretching in width... */ opacity: 0.6; } .overlay-info .capslock-state:hover { - opacity: 1 + opacity: 0.8; } diff --git a/ui (gen4)/features/keyboard.js b/ui (gen4)/features/keyboard.js index beb0e30a..8b0701b8 100755 --- a/ui (gen4)/features/keyboard.js +++ b/ui (gen4)/features/keyboard.js @@ -178,6 +178,9 @@ module.GLOBAL_KEYBOARD = { // dialogs... // XXX should this be all here or in respective sections??? alt_A: 'browseActions', + alt_F: 'browseActions: "/File/" -- File menu...', + alt_E: 'browseActions: "/Edit/" -- Edit menu...', + alt_N: 'browseActions: "/Navigate/" -- Navigate menu...', //alt_S: 'browseActions: "/Sort/" -- Sort menu...', alt_shift_A: 'listActions', @@ -193,7 +196,7 @@ module.GLOBAL_KEYBOARD = { // XXX not sure if this is the right way to go... E: 'openInExtenalEditor', shift_E: 'openInExtenalEditor: 1 -- Open in alternative editor', - alt_E: 'listExtenalEditors', + ctrl_E: 'listExtenalEditors', // history...