mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-03-03 03:57:01 +00:00
Log current shortcuts scope for #690
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user