diff options
| author | Timo Sand | 2014-08-21 13:23:25 +0300 |
|---|---|---|
| committer | Timo Sand | 2014-08-21 13:23:25 +0300 |
| commit | 238893e6cf02dbdfb85d274f77368dbd7d039a3d (patch) | |
| tree | 9d50a4ba00c345ede8f387d263a5682491a3a131 | |
| parent | a898e487a7a4c3471edcacc424916db5ec28fdd4 (diff) | |
| download | vimium-238893e6cf02dbdfb85d274f77368dbd7d039a3d.tar.bz2 | |
Update link_hints.coffee
| -rw-r--r-- | content_scripts/link_hints.coffee | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content_scripts/link_hints.coffee b/content_scripts/link_hints.coffee index 1cba822d..24bd7126 100644 --- a/content_scripts/link_hints.coffee +++ b/content_scripts/link_hints.coffee @@ -112,7 +112,7 @@ LinkHints = HUD.show("Download link URL") @linkActivator = (link) -> DomUtils.simulateClick(link, { - altKey: KeyboardUtils.platform == "Mac", + altKey: true, ctrlKey: false, metaKey: false }) else # OPEN_IN_CURRENT_TAB |
