aboutsummaryrefslogtreecommitdiffstats
path: root/manifest.json
diff options
context:
space:
mode:
authorTeddy Wing2017-12-20 00:31:50 +0100
committerTeddy Wing2017-12-20 00:31:50 +0100
commit2487f7dfefe0f8b89eb910c18161cd01288fd28c (patch)
treee1b8b207e83da376cc4268524136a239fdc8f4d4 /manifest.json
parent91c43a2256d4622413fcf653c449dd4968e2818f (diff)
parentba322b7a93e94cf83ca5a8b67419fe2d8c23b1de (diff)
downloadchrome-copy-urls-from-all-tabs-2487f7dfefe0f8b89eb910c18161cd01288fd28c.tar.bz2
Merge branch 'fix-windows-MacCtrl-shortcut-bug-v2'
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json
index 827cc1a..1561978 100644
--- a/manifest.json
+++ b/manifest.json
@@ -33,7 +33,8 @@
"commands": {
"download": {
"suggested_key": {
- "default": "MacCtrl+L"
+ "default": "Alt+L",
+ "mac": "MacCtrl+L"
},
"description": "Download URL file"
}