From 39ab5a6ee9b66a32f7d4f8cf2f5e8956197a782a Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Tue, 13 Nov 2018 04:24:07 +0300 Subject: [PATCH] tweaks... Signed-off-by: Alex A. Naanou --- ui (gen4)/features/keyboard.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ui (gen4)/features/keyboard.js b/ui (gen4)/features/keyboard.js index 80000500..2fb4759a 100755 --- a/ui (gen4)/features/keyboard.js +++ b/ui (gen4)/features/keyboard.js @@ -25,6 +25,8 @@ var collections = require('features/collections') var GLOBAL_KEYBOARD = module.GLOBAL_KEYBOARD = { + // NOTE: the order of sections is important, it determines in what + // order the keys are handled... 'Global': { doc: 'Global bindings that take priority over other sections.', pattern: '*', @@ -57,7 +59,6 @@ module.GLOBAL_KEYBOARD = { }, 'Preview filter': { - doc: 'Preview filter applied', pattern: '.filter-applied', drop: [ 'Esc', @@ -221,8 +222,6 @@ module.GLOBAL_KEYBOARD = { alt_T: 'browseActions: "/Tag/" -- Tag menu...', //alt_S: 'browseActions: "/Sort/" -- Sort menu...', - alt_shift_A: 'listActions', - // open/save... O: 'browsePath',