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

Change shortcut to Alt+M

This commit is contained in:
Kevin Serrano 2016-08-24 10:25:59 -07:00
parent 2a9b271703
commit 1444f5451f
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. - Added static image as fallback for when WebGL isn't supported.
- Transaction history now has a hard limit. - Transaction history now has a hard limit.
- Added info link on account screen that visits Etherscan. - Added info link on account screen that visits Etherscan.
- Added shortcut to open MetaMask (Ctrl+M or Command+M) - Added shortcut to open MetaMask (Alt+M)
## 2.9.0 2016-08-22 ## 2.9.0 2016-08-22

View File

@ -7,10 +7,10 @@
"commands": { "commands": {
"_execute_browser_action": { "_execute_browser_action": {
"suggested_key": { "suggested_key": {
"windows": "Ctrl+M", "windows": "Alt+M",
"mac": "Command+M", "mac": "Alt+M",
"chromeos": "Ctrl+M", "chromeos": "Alt+M",
"linux": "Ctrl+M" "linux": "Alt+M"
} }
} }
}, },