mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-24 23:57:52 +08: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 => {
|
||||
_scope = value || 'all';
|
||||
scope = _scopes[_scope] || {};
|
||||
console.log('Shortcuts scope set to: ' + _scope);
|
||||
},
|
||||
getScope: () => _scope,
|
||||
getMetaKey: () => 'meta' === meta ? '⌘' : 'Ctrl'
|
||||
|
|
Loading…
Reference in a new issue