mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 02:10:08 +00:00
added image menu to alt-i...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
ff930573f3
commit
b22a1f1ae1
@ -285,6 +285,7 @@ module.GLOBAL_KEYBOARD = {
|
|||||||
},
|
},
|
||||||
I: {
|
I: {
|
||||||
default: 'showMetadata',
|
default: 'showMetadata',
|
||||||
|
alt: 'browseActions: "/Image/" -- Show image menu',
|
||||||
shift: 'toggleStatusBar',
|
shift: 'toggleStatusBar',
|
||||||
|
|
||||||
ctrl: 'toggleMark!: "ribbon" -- Invert marks in ribbon',
|
ctrl: 'toggleMark!: "ribbon" -- Invert marks in ribbon',
|
||||||
|
|||||||
@ -640,7 +640,7 @@ module.ViewerActions = actions.Actions({
|
|||||||
//
|
//
|
||||||
// XXX hide from user action list... (???)
|
// XXX hide from user action list... (???)
|
||||||
// XXX need to check if a transition is running and delay timeout...
|
// XXX need to check if a transition is running and delay timeout...
|
||||||
resizing: ['- Zoom/Zoom/scale root protocol action (not for direct use)',
|
resizing: ['- Zoom/scale root protocol action (not for direct use)',
|
||||||
'This is called by zoom/scale protocol compliant actions and '
|
'This is called by zoom/scale protocol compliant actions and '
|
||||||
+'intended for use as an trigger for handlers, and not as '
|
+'intended for use as an trigger for handlers, and not as '
|
||||||
+'a user-callable acation.',
|
+'a user-callable acation.',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user