Skip to content

Commit

Permalink
remove mac bindings since the default will translate appropriately
Browse files Browse the repository at this point in the history
  • Loading branch information
kspearrin committed Oct 19, 2016
1 parent 0b0af8f commit c74884b
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "__MSG_extName__",
"short_name": "__MSG_appName__",
"version": "1.1.0",
"version": "1.1.1",
"description": "__MSG_extDesc__",
"default_locale": "en",
"homepage_url": "https://bitwarden.com",
Expand Down Expand Up @@ -68,15 +68,13 @@
"commands": {
"generate_password": {
"suggested_key": {
"default": "Ctrl+Shift+O",
"mac": "Command+Shift+O"
"default": "Ctrl+Shift+O"
},
"description": "Generate and copy a new random password to the clipboard."
},
"_execute_browser_action": {
"suggested_key": {
"default": "Ctrl+Shift+Y",
"mac": "Command+Shift+Y"
"default": "Ctrl+Shift+Y"
}
}
},
Expand Down

0 comments on commit c74884b

Please sign in to comment.