added key to toggle base ribbon... (not sure about this)

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2016-06-29 19:58:10 +03:00
parent e70a077177
commit ef0ba18f75
2 changed files with 4 additions and 0 deletions

View File

@ -298,6 +298,9 @@ module.GLOBAL_KEYBOARD = {
default: 'toggleBookmark', default: 'toggleBookmark',
ctrl: 'toggleTheme!', ctrl: 'toggleTheme!',
alt: 'browseActions: "/Bookmark/" -- Show bookmark menu', alt: 'browseActions: "/Bookmark/" -- Show bookmark menu',
// XXX not sure if this is the right way to go...
shift: 'setBaseRibbon',
}, },
E: { E: {
default: 'openInExtenalEditor', default: 'openInExtenalEditor',

View File

@ -499,6 +499,7 @@ var FeatureSetProto = {
!res !res
&& excluded.push(n) && excluded.push(n)
// warn the user...
// XXX not sure if this is the right place for this... // XXX not sure if this is the right place for this...
&& console.warn( && console.warn(
'Excluding unaplicable:', n, '(reccomended to exclude manually)') 'Excluding unaplicable:', n, '(reccomended to exclude manually)')