aboutsummaryrefslogtreecommitdiffstats
path: root/app/manifest.json
diff options
context:
space:
mode:
authorKevin Serrano <kevgagser@gmail.com>2016-08-25 01:25:59 +0800
committerKevin Serrano <kevgagser@gmail.com>2016-08-25 01:25:59 +0800
commit1444f5451fc78b3cb74a6f54ed18ccec129f0988 (patch)
treece93a55f9db5b46c375d07390d44e2704271ade6 /app/manifest.json
parent2a9b271703c970c58e5000d8a438f08020a7c5e8 (diff)
downloadtangerine-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.json8
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"
}
}
},