aboutsummaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorKevin Serrano <kevgagser@gmail.com>2016-08-25 09:33:27 +0800
committerKevin Serrano <kevgagser@gmail.com>2016-08-25 09:33:27 +0800
commit8dfa701197c57d65262b285f009c612d065b0f16 (patch)
tree37a17c56f301f386f6bdcbc0c1e8019142cf3a53 /app
parent07e5f94da817d56d5e096213b7af91fc2e0bb85a (diff)
downloadtangerine-wallet-browser-8dfa701197c57d65262b285f009c612d065b0f16.tar.gz
tangerine-wallet-browser-8dfa701197c57d65262b285f009c612d065b0f16.tar.zst
tangerine-wallet-browser-8dfa701197c57d65262b285f009c612d065b0f16.zip
Fixed prohibited shortcut combination.
Diffstat (limited to 'app')
-rw-r--r--app/manifest.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/manifest.json b/app/manifest.json
index c1b9ee817..5bfd15f66 100644
--- a/app/manifest.json
+++ b/app/manifest.json
@@ -7,10 +7,10 @@
"commands": {
"_execute_browser_action": {
"suggested_key": {
- "windows": "Ctrl+Alt+M",
- "mac": "Command+Alt+M",
- "chromeos": "Ctrl+Alt+M",
- "linux": "Ctrl+Alt+M"
+ "windows": "Alt+Shift+M",
+ "mac": "Alt+Shift+M",
+ "chromeos": "Search+M",
+ "linux": "Alt+Shift+M"
}
}
},