diff options
author | Kevin Serrano <kevgagser@gmail.com> | 2016-08-25 01:25:59 +0800 |
---|---|---|
committer | Kevin Serrano <kevgagser@gmail.com> | 2016-08-25 01:25:59 +0800 |
commit | 1444f5451fc78b3cb74a6f54ed18ccec129f0988 (patch) | |
tree | ce93a55f9db5b46c375d07390d44e2704271ade6 /app/manifest.json | |
parent | 2a9b271703c970c58e5000d8a438f08020a7c5e8 (diff) | |
download | tangerine-wallet-browser-1444f5451fc78b3cb74a6f54ed18ccec129f0988.tar tangerine-wallet-browser-1444f5451fc78b3cb74a6f54ed18ccec129f0988.tar.gz tangerine-wallet-browser-1444f5451fc78b3cb74a6f54ed18ccec129f0988.tar.bz2 tangerine-wallet-browser-1444f5451fc78b3cb74a6f54ed18ccec129f0988.tar.lz tangerine-wallet-browser-1444f5451fc78b3cb74a6f54ed18ccec129f0988.tar.xz tangerine-wallet-browser-1444f5451fc78b3cb74a6f54ed18ccec129f0988.tar.zst tangerine-wallet-browser-1444f5451fc78b3cb74a6f54ed18ccec129f0988.zip |
Change shortcut to Alt+M
Diffstat (limited to 'app/manifest.json')
-rw-r--r-- | app/manifest.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app/manifest.json b/app/manifest.json index 99879eed3..cd471728b 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -7,10 +7,10 @@ "commands": { "_execute_browser_action": { "suggested_key": { - "windows": "Ctrl+M", - "mac": "Command+M", - "chromeos": "Ctrl+M", - "linux": "Ctrl+M" + "windows": "Alt+M", + "mac": "Alt+M", + "chromeos": "Alt+M", + "linux": "Alt+M" } } }, |