mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 01:39:44 +01:00
Change shortcut again to Ctrl+Alt+M
This commit is contained in:
parent
1444f5451f
commit
cf5b8ba388
@ -5,7 +5,7 @@
|
||||
- Added static image as fallback for when WebGL isn't supported.
|
||||
- Transaction history now has a hard limit.
|
||||
- Added info link on account screen that visits Etherscan.
|
||||
- Added shortcut to open MetaMask (Alt+M)
|
||||
- Added shortcut to open MetaMask (Ctrl+Alt+M or Cmd+Opt+M)
|
||||
|
||||
## 2.9.0 2016-08-22
|
||||
|
||||
|
@ -7,10 +7,10 @@
|
||||
"commands": {
|
||||
"_execute_browser_action": {
|
||||
"suggested_key": {
|
||||
"windows": "Alt+M",
|
||||
"mac": "Alt+M",
|
||||
"chromeos": "Alt+M",
|
||||
"linux": "Alt+M"
|
||||
"windows": "Ctrl+Alt+M",
|
||||
"mac": "Command+Alt+M",
|
||||
"chromeos": "Ctrl+Alt+M",
|
||||
"linux": "Ctrl+Alt+M"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user