aboutsummaryrefslogtreecommitdiffstats
path: root/background_scripts/commands.coffee
diff options
context:
space:
mode:
authorStephen Blott2016-02-27 16:40:38 +0000
committerStephen Blott2016-03-05 05:37:40 +0000
commita881ade2023a6e602097b0ae28c515fc3e9c5e8a (patch)
tree25d0e16b654bd0e4b897c12b2bb8bd25f375df4c /background_scripts/commands.coffee
parent560112448d00fc9c69c9db03de8fdd5412c700dc (diff)
downloadvimium-a881ade2023a6e602097b0ae28c515fc3e9c5e8a.tar.bz2
Key bindings; rewire vomnibar (fix minor error).
Diffstat (limited to 'background_scripts/commands.coffee')
-rw-r--r--background_scripts/commands.coffee1
1 files changed, 1 insertions, 0 deletions
diff --git a/background_scripts/commands.coffee b/background_scripts/commands.coffee
index a62c674e..a82a6dcb 100644
--- a/background_scripts/commands.coffee
+++ b/background_scripts/commands.coffee
@@ -374,6 +374,7 @@ commandDescriptions =
moveTabLeft: ["Move tab to the left", { background: true, passCountToFunction: true }]
moveTabRight: ["Move tab to the right", { background: true, passCountToFunction: true }]
+ # These are background-page commands because all requests go via the background page.
"Vomnibar.activate": ["Open URL, bookmark, or history entry", { background: true, noRepeat: true }]
"Vomnibar.activateInNewTab": ["Open URL, bookmark, history entry, in a new tab", { background: true, noRepeat: true }]
"Vomnibar.activateTabSelection": ["Search through your open tabs", { background: true, noRepeat: true }]