diff options
| author | Stephen Blott | 2016-04-17 14:12:46 +0100 | 
|---|---|---|
| committer | Stephen Blott | 2016-04-17 14:15:08 +0100 | 
| commit | 10982f57bbbbe802ecc59173ce8a60582f8b34ff (patch) | |
| tree | 88676dd3d2c6e540347fb83a2419472f73c370aa /background_scripts/commands.coffee | |
| parent | 27385e81debd5fcd9000c718d73e296d6723e83a (diff) | |
| download | vimium-10982f57bbbbe802ecc59173ce8a60582f8b34ff.tar.bz2 | |
Make showHelp not a background command.
Diffstat (limited to 'background_scripts/commands.coffee')
| -rw-r--r-- | background_scripts/commands.coffee | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/background_scripts/commands.coffee b/background_scripts/commands.coffee index 2d901b15..30ea6c39 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", { noRepeat: true }]    scrollDown: ["Scroll down"]    scrollUp: ["Scroll up"]    scrollLeft: ["Scroll left"] | 
