1
0
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:
Kevin Serrano 2016-08-24 11:15:03 -07:00
parent 1444f5451f
commit cf5b8ba388
2 changed files with 5 additions and 5 deletions

View File

@ -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

View File

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