mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 18:00:09 +00:00
tweaks...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
299732762f
commit
39ab5a6ee9
@ -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',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user