From 9ac800b08732ec4ac79b1da79d9b8936bb36da68 Mon Sep 17 00:00:00 2001 From: Guillaume Vincent Date: Fri, 10 Mar 2017 09:16:51 +0100 Subject: [PATCH] Explicitly set mac osx command to see if it fix shortcut on mac os --- extension/manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/extension/manifest.json b/extension/manifest.json index ef481c5..faff4b1 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -10,7 +10,8 @@ "commands": { "_execute_browser_action": { "suggested_key": { - "default": "Ctrl+Shift+L" + "default": "Ctrl+Shift+L", + "mac": "Command+Shift+L" } } },