From 081c4946a301a32438ce18e4af6da01b3150057d Mon Sep 17 00:00:00 2001 From: Phil Crosby Date: Sun, 17 Aug 2014 11:15:40 -0700 Subject: Mark the close tab commands as "advanced" --- background_scripts/commands.coffee | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'background_scripts') diff --git a/background_scripts/commands.coffee b/background_scripts/commands.coffee index b9586888..2ab6813e 100644 --- a/background_scripts/commands.coffee +++ b/background_scripts/commands.coffee @@ -112,7 +112,8 @@ Commands = "scrollToLeft", "scrollToRight", "moveTabToNewWindow", "goUp", "goToRoot", "focusInput", "LinkHints.activateModeWithQueue", "LinkHints.activateModeToOpenIncognito", "goNext", "goPrevious", "Marks.activateCreateMode", - "Marks.activateGotoMode", "moveTabLeft", "moveTabRight"] + "Marks.activateGotoMode", "moveTabLeft", "moveTabRight", + "closeTabsToLeft","closeTabsToRight", "closeOtherTabs"] defaultKeyMappings = "?": "showHelp" @@ -256,7 +257,7 @@ commandDescriptions = 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}] + closeOtherTabs: ["Close all 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