diff options
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 }] | 
