Skip to content

Commit

Permalink
Change default shortcut to Ctrl+E (MacCtrl+E on Mac) #59
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhil committed Jun 15, 2021
1 parent eace7c5 commit 6eea4ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"commands": {
"_execute_browser_action": {
"suggested_key": {
"default": "Ctrl+Alt+S",
"mac": "MacCtrl+S"
"default": "Ctrl+E",
"mac": "MacCtrl+E"
},
"description": "__MSG_execute_browser_action__"
}
Expand Down

0 comments on commit 6eea4ef

Please sign in to comment.