diff options
| author | Timo Sand | 2013-02-17 01:57:36 +0000 | 
|---|---|---|
| committer | Timo Sand | 2013-02-17 01:57:36 +0000 | 
| commit | 56fbb9b7869bcba428aa71bfd7886d11db17a5fc (patch) | |
| tree | 71525118fa98d4f766ba9253f19c9df129be8e72 /background_scripts/commands.coffee | |
| parent | c781ce942e225c9bc9f172cea54e0e7de6e4bcd0 (diff) | |
| download | vimium-56fbb9b7869bcba428aa71bfd7886d11db17a5fc.tar.bz2 | |
Trying to add incognito window opening
Diffstat (limited to 'background_scripts/commands.coffee')
| -rw-r--r-- | background_scripts/commands.coffee | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/background_scripts/commands.coffee b/background_scripts/commands.coffee index d7c332f9..b85afbdb 100644 --- a/background_scripts/commands.coffee +++ b/background_scripts/commands.coffee @@ -108,7 +108,7 @@ Commands =    advancedCommands: [      "scrollToLeft", "scrollToRight",      "goUp", "focusInput", "LinkHints.activateModeWithQueue", -    "goPrevious", "goNext", "Marks.activateCreateMode", "Marks.activateGotoMode"] +    "LinkHints.activateModeToOpenIncognitoWindow", "goPrevious", "goNext", "Marks.activateCreateMode", "Marks.activateGotoMode"]  defaultKeyMappings =    "?": "showHelp" @@ -212,6 +212,8 @@ commandDescriptions =    'LinkHints.activateModeToOpenInNewTab': ["Open a link in a new tab"]    'LinkHints.activateModeWithQueue': ["Open multiple links in a new tab"] +  "LinkHints.activateModeToOpenIncognitoWindow": ["Open a link in incognito window"] +    enterFindMode: ["Enter find mode"]    performFind: ["Cycle forward to the next find match"]    performBackwardsFind: ["Cycle backward to the previous find match"] | 
