diff --git a/dev/shortcuts.js b/dev/shortcuts.js index 0ff31b78d..d993b7300 100644 --- a/dev/shortcuts.js +++ b/dev/shortcuts.js @@ -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'