Fixed prohibited shortcut combination.

feature/default_network_editable
Kevin Serrano 8 years ago
parent 07e5f94da8
commit 8dfa701197
  1. 8
      app/manifest.json

@ -7,10 +7,10 @@
"commands": {
"_execute_browser_action": {
"suggested_key": {
"windows": "Ctrl+Alt+M",
"mac": "Command+Alt+M",
"chromeos": "Ctrl+Alt+M",
"linux": "Ctrl+Alt+M"
"windows": "Alt+Shift+M",
"mac": "Alt+Shift+M",
"chromeos": "Search+M",
"linux": "Alt+Shift+M"
}
}
},

Loading…
Cancel
Save