1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Fixed prohibited shortcut combination.

This commit is contained in:
Kevin Serrano 2016-08-24 18:33:27 -07:00
parent 07e5f94da8
commit 8dfa701197

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