aboutsummaryrefslogtreecommitdiffstats
path: root/app/manifest.json
diff options
context:
space:
mode:
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 96b5879e2..2ee8338a6 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"
}
}
},