aboutsummaryrefslogtreecommitdiffstats
path: root/background_scripts/commands.coffee
diff options
context:
space:
mode:
authorStephen Blott2016-04-17 15:02:25 +0100
committerStephen Blott2016-04-17 15:02:56 +0100
commit12350784fc45998819ef92d6b5badf03e99128ae (patch)
tree4288b14d8672f827dcbeee5a7aef7ef34b6407b6 /background_scripts/commands.coffee
parent10982f57bbbbe802ecc59173ce8a60582f8b34ff (diff)
downloadvimium-12350784fc45998819ef92d6b5badf03e99128ae.tar.bz2
Make showHelp a top-frame command.
Replaces #2037.
Diffstat (limited to 'background_scripts/commands.coffee')
-rw-r--r--background_scripts/commands.coffee2
1 files changed, 1 insertions, 1 deletions
diff --git a/background_scripts/commands.coffee b/background_scripts/commands.coffee
index 30ea6c39..2999ebfc 100644
--- a/background_scripts/commands.coffee
+++ b/background_scripts/commands.coffee
@@ -295,7 +295,7 @@ defaultKeyMappings =
# If the noRepeat and repeatLimit options are both specified, then noRepeat takes precedence.
commandDescriptions =
# Navigating the current page
- showHelp: ["Show help", { noRepeat: true }]
+ showHelp: ["Show help", { topFrame: true, noRepeat: true }]
scrollDown: ["Scroll down"]
scrollUp: ["Scroll up"]
scrollLeft: ["Scroll left"]