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:
parent
07e5f94da8
commit
8dfa701197
@ -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…
Reference in New Issue
Block a user