From a091a447f5bb0a07a8be2ec3f4a8d7a5e361bf2d Mon Sep 17 00:00:00 2001 From: bunnybooboo Date: Sun, 17 Sep 2017 13:21:50 +0100 Subject: [PATCH 1/2] Adding clipboardRead permission --- wx-src/manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wx-src/manifest.json b/wx-src/manifest.json index f1310f6b..d373af46 100644 --- a/wx-src/manifest.json +++ b/wx-src/manifest.json @@ -20,7 +20,8 @@ "storage", "history", "tabs", - "unlimitedStorage" + "unlimitedStorage", + "clipboardRead" ], "background": { From c1231da33389969fefea815b4b38b9d7bacc6163 Mon Sep 17 00:00:00 2001 From: bunnybooboo Date: Sun, 17 Sep 2017 14:35:07 +0100 Subject: [PATCH 2/2] Editing commands suggested_key via Fx clash w/ d/loads kb shortcut --- wx-src/manifest-chrome.json | 2 +- wx-src/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wx-src/manifest-chrome.json b/wx-src/manifest-chrome.json index 207479a1..2c402f3b 100644 --- a/wx-src/manifest-chrome.json +++ b/wx-src/manifest-chrome.json @@ -47,7 +47,7 @@ "commands" : { "ae-clippings-paste-clipping": { "suggested_key": { - "default": "Ctrl+Shift+Y" + "default": "Alt+Shift+Y" }, "description": "Paste a clipping using its shortcut key" } diff --git a/wx-src/manifest.json b/wx-src/manifest.json index d373af46..65811bf0 100644 --- a/wx-src/manifest.json +++ b/wx-src/manifest.json @@ -55,7 +55,7 @@ "commands" : { "ae-clippings-paste-clipping": { "suggested_key": { - "default": "Ctrl+Shift+Y" + "default": "Alt+Shift+Y" }, "description": "Paste a clipping using its shortcut key" }