diff options
| author | Teddy Wing | 2017-12-20 00:31:50 +0100 |
|---|---|---|
| committer | Teddy Wing | 2017-12-20 00:31:50 +0100 |
| commit | 2487f7dfefe0f8b89eb910c18161cd01288fd28c (patch) | |
| tree | e1b8b207e83da376cc4268524136a239fdc8f4d4 | |
| parent | 91c43a2256d4622413fcf653c449dd4968e2818f (diff) | |
| parent | ba322b7a93e94cf83ca5a8b67419fe2d8c23b1de (diff) | |
| download | chrome-copy-urls-from-all-tabs-2487f7dfefe0f8b89eb910c18161cd01288fd28c.tar.bz2 | |
Merge branch 'fix-windows-MacCtrl-shortcut-bug-v2'
| -rw-r--r-- | manifest.json | 3 |
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" } |
