aboutsummaryrefslogtreecommitdiffstats
path: root/content_scripts/link_hints.coffee
diff options
context:
space:
mode:
authormrmr19932014-08-02 19:50:11 +0100
committerStephen Blott2015-01-17 13:57:59 +0000
commit9ecbd553e1db84cdc07baf3209a24abd827b3c38 (patch)
treee8af321b9ed66595f2a490972ed91d30eb00b00d /content_scripts/link_hints.coffee
parentf9c0ed96b55309413e0be175dcf2245f50051ccd (diff)
downloadvimium-9ecbd553e1db84cdc07baf3209a24abd827b3c38.tar.bz2
Make `activateModeWithQueue` support link hint mode modifiers
Diffstat (limited to 'content_scripts/link_hints.coffee')
-rw-r--r--content_scripts/link_hints.coffee1
1 files changed, 1 insertions, 0 deletions
diff --git a/content_scripts/link_hints.coffee b/content_scripts/link_hints.coffee
index 1a2385d3..0c311344 100644
--- a/content_scripts/link_hints.coffee
+++ b/content_scripts/link_hints.coffee
@@ -254,6 +254,7 @@ LinkHints =
if ((event.keyCode == keyCodes.shiftKey or event.keyCode == keyCodes.ctrlKey) and
(@mode == OPEN_IN_CURRENT_TAB or
+ @mode == OPEN_WITH_QUEUE or
@mode == OPEN_IN_NEW_BG_TAB or
@mode == OPEN_IN_NEW_FG_TAB))
# Toggle whether to open link in a new or current tab.