From 7f37ed906fa3615eedefffcf7d6ab9d6ef726d33 Mon Sep 17 00:00:00 2001 From: Jonathan Kingston Date: Sun, 28 May 2017 13:08:05 +0100 Subject: [PATCH] Exchanging Ctrl+Y for Ctrl+Period due to text field collisions. Fixes #546 --- webextension/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webextension/manifest.json b/webextension/manifest.json index b99a5f3..227a8df 100644 --- a/webextension/manifest.json +++ b/webextension/manifest.json @@ -36,7 +36,7 @@ "commands": { "_execute_browser_action": { "suggested_key": { - "default": "Ctrl+Y" + "default": "Ctrl+Period" }, "description": "Open containers panel" }