diff options
| author | Stephen Blott | 2015-05-31 09:55:09 +0100 |
|---|---|---|
| committer | Stephen Blott | 2015-05-31 09:55:09 +0100 |
| commit | 21daa5d37e467d5cd1e38238265294e94af8b99d (patch) | |
| tree | e15ab9560d32825a15467f4b304fce082cbcb4ac /background_scripts | |
| parent | bd07321766056cccd083aa69254abc8146bd5266 (diff) | |
| parent | 91d21ab80e8a83ebc6aa03379f5bfad867cf1ea9 (diff) | |
| download | vimium-21daa5d37e467d5cd1e38238265294e94af8b99d.tar.bz2 | |
Merge pull request #1700 from smblott-github/help-page-vomnibar-commands
Move Vomnibar commands to own category on help page.
Diffstat (limited to 'background_scripts')
| -rw-r--r-- | background_scripts/commands.coffee | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/background_scripts/commands.coffee b/background_scripts/commands.coffee index bf892c1a..a51ff075 100644 --- a/background_scripts/commands.coffee +++ b/background_scripts/commands.coffee @@ -105,19 +105,20 @@ Commands = "LinkHints.activateModeWithQueue", "LinkHints.activateModeToDownloadLink", "LinkHints.activateModeToOpenIncognito", - "Vomnibar.activate", - "Vomnibar.activateInNewTab", - "Vomnibar.activateTabSelection", - "Vomnibar.activateBookmarks", - "Vomnibar.activateBookmarksInNewTab", "goPrevious", "goNext", "nextFrame", "mainFrame", "Marks.activateCreateMode", - "Vomnibar.activateEditUrl", - "Vomnibar.activateEditUrlInNewTab", "Marks.activateGotoMode"] + vomnibarCommands: + ["Vomnibar.activate", + "Vomnibar.activateInNewTab", + "Vomnibar.activateTabSelection", + "Vomnibar.activateBookmarks", + "Vomnibar.activateBookmarksInNewTab", + "Vomnibar.activateEditUrl", + "Vomnibar.activateEditUrlInNewTab"] findCommands: ["enterFindMode", "performFind", "performBackwardsFind"] historyNavigation: ["goBack", "goForward"] |
