diff options
Diffstat (limited to 'background_scripts')
| -rw-r--r-- | background_scripts/commands.coffee | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/background_scripts/commands.coffee b/background_scripts/commands.coffee index f012890c..1180ef3f 100644 --- a/background_scripts/commands.coffee +++ b/background_scripts/commands.coffee @@ -92,6 +92,7 @@ Commands = "enterInsertMode", "focusInput", "LinkHints.activateMode", "LinkHints.activateModeToOpenInNewTab", "LinkHints.activateModeWithQueue", "Vomnibar.activate", "Vomnibar.activateWithCurrentUrl", "Vomnibar.activateTabSelection", + "Vomnibar.activateBookmarks", "goPrevious", "goNext", "nextFrame"] findCommands: ["enterFindMode", "performFind", "performBackwardsFind"] historyNavigation: @@ -168,6 +169,8 @@ defaultKeyMappings = "T": "Vomnibar.activateTabSelection" + "b": "Vomnibar.activateBookmarks" + "gf": "nextFrame" @@ -231,6 +234,7 @@ commandDescriptions = "Vomnibar.activate": ["Open URL, bookmark, or history entry"] "Vomnibar.activateWithCurrentUrl": ["Open URL, bookmark, history entry, starting with the current URL"] "Vomnibar.activateTabSelection": ["Search through your open tabs"] + "Vomnibar.activateBookmarks": ["Open a bookmark"] nextFrame: ["Cycle forward to the next frame on the page", { background: true, passCountToFunction: true }] |
