Browse Source

Explicitly set mac osx command to see if it fix shortcut on mac os

pull/342/head
Guillaume Vincent 7 years ago
parent
commit
9ac800b087
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      extension/manifest.json

+ 2
- 1
extension/manifest.json View File

@@ -10,7 +10,8 @@
"commands": { "commands": {
"_execute_browser_action": { "_execute_browser_action": {
"suggested_key": { "suggested_key": {
"default": "Ctrl+Shift+L"
"default": "Ctrl+Shift+L",
"mac": "Command+Shift+L"
} }
} }
}, },


Loading…
Cancel
Save