minor tweaking...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2017-04-22 19:21:58 +03:00
parent d4becb9b5e
commit 1790267ff5
2 changed files with 6 additions and 2 deletions

View File

@ -1487,6 +1487,7 @@ stretching in width... */
font-size: small; font-size: small;
font-style: italic; font-style: italic;
margin: 0px 10pt; margin: 0px 10pt;
cursor: default;
} }
.overlay-info .capslock-state:not(.on) { .overlay-info .capslock-state:not(.on) {
opacity: 0.2; opacity: 0.2;
@ -1496,7 +1497,7 @@ stretching in width... */
opacity: 0.6; opacity: 0.6;
} }
.overlay-info .capslock-state:hover { .overlay-info .capslock-state:hover {
opacity: 1 opacity: 0.8;
} }

View File

@ -178,6 +178,9 @@ module.GLOBAL_KEYBOARD = {
// dialogs... // dialogs...
// XXX should this be all here or in respective sections??? // XXX should this be all here or in respective sections???
alt_A: 'browseActions', 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_S: 'browseActions: "/Sort/" -- Sort menu...',
alt_shift_A: 'listActions', alt_shift_A: 'listActions',
@ -193,7 +196,7 @@ module.GLOBAL_KEYBOARD = {
// XXX not sure if this is the right way to go... // XXX not sure if this is the right way to go...
E: 'openInExtenalEditor', E: 'openInExtenalEditor',
shift_E: 'openInExtenalEditor: 1 -- Open in alternative editor', shift_E: 'openInExtenalEditor: 1 -- Open in alternative editor',
alt_E: 'listExtenalEditors', ctrl_E: 'listExtenalEditors',
// history... // history...