From b22a1f1ae18b0ca8a3af29e8d0cd5cef71166650 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 23 Jun 2016 01:00:24 +0300 Subject: [PATCH] added image menu to alt-i... Signed-off-by: Alex A. Naanou --- ui (gen4)/features/keyboard.js | 1 + ui (gen4)/features/ui.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ui (gen4)/features/keyboard.js b/ui (gen4)/features/keyboard.js index d8cf45c7..b8f01d2c 100755 --- a/ui (gen4)/features/keyboard.js +++ b/ui (gen4)/features/keyboard.js @@ -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', diff --git a/ui (gen4)/features/ui.js b/ui (gen4)/features/ui.js index 333a3c76..0b9a85b3 100755 --- a/ui (gen4)/features/ui.js +++ b/ui (gen4)/features/ui.js @@ -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.',