Fixed prohibited shortcut combination.

This commit is contained in:
Kevin Serrano 2016-08-24 18:33:27 -07:00
parent 07e5f94da8
commit 8dfa701197
1 changed files with 4 additions and 4 deletions

View File

@ -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"
}
}
},