tweaks...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2018-11-13 04:24:07 +03:00
parent 299732762f
commit 39ab5a6ee9

View File

@ -25,6 +25,8 @@ var collections = require('features/collections')
var GLOBAL_KEYBOARD = var GLOBAL_KEYBOARD =
module.GLOBAL_KEYBOARD = { module.GLOBAL_KEYBOARD = {
// NOTE: the order of sections is important, it determines in what
// order the keys are handled...
'Global': { 'Global': {
doc: 'Global bindings that take priority over other sections.', doc: 'Global bindings that take priority over other sections.',
pattern: '*', pattern: '*',
@ -57,7 +59,6 @@ module.GLOBAL_KEYBOARD = {
}, },
'Preview filter': { 'Preview filter': {
doc: 'Preview filter applied',
pattern: '.filter-applied', pattern: '.filter-applied',
drop: [ drop: [
'Esc', 'Esc',
@ -221,8 +222,6 @@ module.GLOBAL_KEYBOARD = {
alt_T: 'browseActions: "/Tag/" -- Tag menu...', alt_T: 'browseActions: "/Tag/" -- Tag menu...',
//alt_S: 'browseActions: "/Sort/" -- Sort menu...', //alt_S: 'browseActions: "/Sort/" -- Sort menu...',
alt_shift_A: 'listActions',
// open/save... // open/save...
O: 'browsePath', O: 'browsePath',