added image menu to alt-i...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2016-06-23 01:00:24 +03:00
parent ff930573f3
commit b22a1f1ae1
2 changed files with 2 additions and 1 deletions

View File

@ -285,6 +285,7 @@ module.GLOBAL_KEYBOARD = {
},
I: {
default: 'showMetadata',
alt: 'browseActions: "/Image/" -- Show image menu',
shift: 'toggleStatusBar',
ctrl: 'toggleMark!: "ribbon" -- Invert marks in ribbon',

View File

@ -640,7 +640,7 @@ module.ViewerActions = actions.Actions({
//
// XXX hide from user action list... (???)
// 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 '
+'intended for use as an trigger for handlers, and not as '
+'a user-callable acation.',