mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 18:00:09 +00:00
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:
parent
e70a077177
commit
ef0ba18f75
@ -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',
|
||||
|
||||
@ -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)')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user