From 238893e6cf02dbdfb85d274f77368dbd7d039a3d Mon Sep 17 00:00:00 2001 From: Timo Sand Date: Thu, 21 Aug 2014 13:23:25 +0300 Subject: Update link_hints.coffee --- content_scripts/link_hints.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content_scripts') 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 -- cgit v1.2.3