diff --git a/ui (gen4)/features/keyboard.js b/ui (gen4)/features/keyboard.js index b8f01d2c..63fc7110 100755 --- a/ui (gen4)/features/keyboard.js +++ b/ui (gen4)/features/keyboard.js @@ -298,6 +298,9 @@ module.GLOBAL_KEYBOARD = { default: 'toggleBookmark', ctrl: 'toggleTheme!', alt: 'browseActions: "/Bookmark/" -- Show bookmark menu', + + // XXX not sure if this is the right way to go... + shift: 'setBaseRibbon', }, E: { default: 'openInExtenalEditor', diff --git a/ui (gen4)/lib/features.js b/ui (gen4)/lib/features.js index 389e44c4..97ed26ec 100755 --- a/ui (gen4)/lib/features.js +++ b/ui (gen4)/lib/features.js @@ -499,6 +499,7 @@ var FeatureSetProto = { !res && excluded.push(n) + // warn the user... // XXX not sure if this is the right place for this... && console.warn( 'Excluding unaplicable:', n, '(reccomended to exclude manually)')