Skip to content

Commit

Permalink
Merge pull request #95 from bunnybooboo/BRANCH_6-0-WX
Browse files Browse the repository at this point in the history
Adding clipboardRead permission; change shortcut key for clipping keyboard paste to ALT+SHIFT+Y
  • Loading branch information
aecreations authored Sep 17, 2017
2 parents 391bedc + c1231da commit 9ddd38e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion wx-src/manifest-chrome.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
5 changes: 3 additions & 2 deletions wx-src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"storage",
"history",
"tabs",
"unlimitedStorage"
"unlimitedStorage",
"clipboardRead"
],

"background": {
Expand Down Expand Up @@ -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"
}
Expand Down

0 comments on commit 9ddd38e

Please sign in to comment.