mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-06-26 16:26:44 +03:00
Log current shortcuts scope for #690
This commit is contained in:
parent
86c881970e
commit
d468bac551
1 changed files with 1 additions and 0 deletions
|
|
@ -56,6 +56,7 @@ const
|
||||||
setScope: value => {
|
setScope: value => {
|
||||||
_scope = value || 'all';
|
_scope = value || 'all';
|
||||||
scope = _scopes[_scope] || {};
|
scope = _scopes[_scope] || {};
|
||||||
|
console.log('Shortcuts scope set to: ' + _scope);
|
||||||
},
|
},
|
||||||
getScope: () => _scope,
|
getScope: () => _scope,
|
||||||
getMetaKey: () => 'meta' === meta ? '⌘' : 'Ctrl'
|
getMetaKey: () => 'meta' === meta ? '⌘' : 'Ctrl'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue