From ed7bc7ad8f0f22f8d0e15f13d827ec22cec90f77 Mon Sep 17 00:00:00 2001 From: modiumang28 <62605229+modiumang28@users.noreply.github.com> Date: Thu, 2 Apr 2020 18:19:04 +0530 Subject: [PATCH] GPII-4241: Added shortcut key for UIO+ (#50) In response to the JIRA issue GPII-4241, I have provided keyboard shortcut to UIO+ extension. Now you can directly open the extension panel using "Ctrl+Shift+U" as a keyboard shortcut. --- extension/manifest.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/extension/manifest.json b/extension/manifest.json index 3a64376..0a980c9 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -19,6 +19,13 @@ "32": "images/gears_32.png" } }, + "commands": { + "_execute_browser_action": { + "suggested_key": { + "default": "Ctrl+Shift+U" + } + } + }, "icons": { "16": "images/GearHeart_Mixed_15x15.png", "32": "images/GearHeart_Mixed_31x31.png",