diff options
| -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 |
