From 13abeaebdf0bb8c5508e454ecd76275a138f5f92 Mon Sep 17 00:00:00 2001 From: mrmr1993 Date: Sun, 17 Aug 2014 01:59:49 +0100 Subject: Add closeTabsToLeft, closeTabsToRight and closeOtherTabs commands --- background_scripts/commands.coffee | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'background_scripts/commands.coffee') diff --git a/background_scripts/commands.coffee b/background_scripts/commands.coffee index 35c94bb9..b9586888 100644 --- a/background_scripts/commands.coffee +++ b/background_scripts/commands.coffee @@ -100,7 +100,8 @@ Commands = ["goBack", "goForward"] tabManipulation: ["nextTab", "previousTab", "firstTab", "lastTab", "createTab", "duplicateTab", "removeTab", - "restoreTab", "moveTabToNewWindow", "togglePinTab", "moveTabLeft", "moveTabRight"] + "restoreTab", "moveTabToNewWindow", "togglePinTab", "closeTabsToLeft","closeTabsToRight", + "closeOtherTabs", "moveTabLeft", "moveTabRight"] misc: ["showHelp"] @@ -253,6 +254,10 @@ commandDescriptions = moveTabToNewWindow: ["Move tab to new window", { background: true }] togglePinTab: ["Pin/unpin current tab", { background: true }] + closeTabsToLeft: ["Close tabs to the left", {background: true, noRepeat: true}] + closeTabsToRight: ["Close tabs to the right", {background: true, noRepeat: true}] + closeOtherTabs: ["Close other tabs", {background: true, noRepeat: true}] + moveTabLeft: ["Move tab to the left", { background: true, passCountToFunction: true }] moveTabRight: ["Move tab to the right", { background: true, passCountToFunction: true }] -- cgit v1.2.3