mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 02:10:08 +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',
|
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',
|
||||||
|
|||||||
@ -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)')
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user