From 873cb6aba646a93a27c57e792bcfa41b072cb1e7 Mon Sep 17 00:00:00 2001 From: Christopher DeCairos Date: Sun, 3 Dec 2017 17:48:12 -0500 Subject: [PATCH] Execute the sidebar action with Ctrl+Shift+Comma (#410) * Execute the sidebar action with Ctrl+Shift+Comma * Use the Alt modifier for the Bitwarden sidebar toggle shortcut --- src/manifest.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/manifest.json b/src/manifest.json index f3c4d4e03b..8f17f3d223 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -106,6 +106,12 @@ "default": "Ctrl+Shift+Y", "linux": "Ctrl+Shift+U" } + }, + "_execute_sidebar_action": { + "suggested_key": { + "default": "Alt+Shift+Y", + "linux": "Alt+Shift+U" + } } }, "web_accessible_resources": [