diff options
| author | Stephen Blott | 2014-10-26 12:54:07 +0000 | 
|---|---|---|
| committer | Stephen Blott | 2014-10-26 12:54:07 +0000 | 
| commit | d2224397a2d6bb9fd897da338e59343853eef62b (patch) | |
| tree | 5ed8586ab3ab47eb8f1daa5fae6a652655ac6204 /background_scripts/commands.coffee | |
| parent | 33406947a1b776c1aca7701668220e1967f6bb5c (diff) | |
| download | vimium-d2224397a2d6bb9fd897da338e59343853eef62b.tar.bz2 | |
Limit repeats, minor refactoring.
Diffstat (limited to 'background_scripts/commands.coffee')
| -rw-r--r-- | background_scripts/commands.coffee | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/background_scripts/commands.coffee b/background_scripts/commands.coffee index c3bc457a..7d2dccd9 100644 --- a/background_scripts/commands.coffee +++ b/background_scripts/commands.coffee @@ -202,6 +202,7 @@ defaultKeyMappings =  # This is a mapping of: commandIdentifier => [description, options]. +# If the noRepeat and repeatLimit options are both specified, then noRepeat takes precedence.  commandDescriptions =    # Navigating the current page    showHelp: ["Show help", { background: true }] | 
