aboutsummaryrefslogtreecommitdiffstats
path: root/background_scripts/commands.coffee
diff options
context:
space:
mode:
authorStephen Blott2016-04-17 16:22:28 +0100
committerStephen Blott2016-04-17 16:22:28 +0100
commit44ddab1e1eca01ae6c958756d149be2d4128b290 (patch)
treebe4e76270a1b0fdffc58c1a706cc4983e57b23d9 /background_scripts/commands.coffee
parent27385e81debd5fcd9000c718d73e296d6723e83a (diff)
parent4b564e8517dd3415cb8e2209ce019fa024e88770 (diff)
downloadvimium-44ddab1e1eca01ae6c958756d149be2d4128b290.tar.bz2
Merge pull request #2101 from smblott-github/rework-help-dialog
Move help dialog to top frame
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 2d901b15..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", { background: true, noRepeat: true }]
+ showHelp: ["Show help", { topFrame: true, noRepeat: true }]
scrollDown: ["Scroll down"]
scrollUp: ["Scroll up"]
scrollLeft: ["Scroll left"]