Log current shortcuts scope for #690

This commit is contained in:
the-djmaze 2022-11-21 13:20:59 +01:00
parent 86c881970e
commit d468bac551

View file

@ -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'