Change shortcut to Alt+M

feature/default_network_editable
Kevin Serrano 8 years ago
parent 2a9b271703
commit 1444f5451f
  1. 2
      CHANGELOG.md
  2. 8
      app/manifest.json

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

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

Loading…
Cancel
Save