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 f1310f6b..65811bf0 100644 --- a/wx-src/manifest.json +++ b/wx-src/manifest.json @@ -20,7 +20,8 @@ "storage", "history", "tabs", - "unlimitedStorage" + "unlimitedStorage", + "clipboardRead" ], "background": { @@ -54,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" }