From d6b5a7c26028951f8bb7feeff8801779f9a8506f Mon Sep 17 00:00:00 2001 From: Tobias Gläßer Date: Fri, 23 Sep 2016 13:49:31 +0200 Subject: New feature/command: Mute/unmute tab. --- background_scripts/commands.coffee | 3 +++ 1 file changed, 3 insertions(+) (limited to 'background_scripts/commands.coffee') diff --git a/background_scripts/commands.coffee b/background_scripts/commands.coffee index f865131d..6f7122dd 100644 --- a/background_scripts/commands.coffee +++ b/background_scripts/commands.coffee @@ -171,6 +171,7 @@ Commands = "lastTab", "duplicateTab", "togglePinTab", + "toggleMuteTab", "removeTab", "restoreTab", "moveTabToNewWindow", @@ -273,6 +274,7 @@ defaultKeyMappings = "X": "restoreTab" "": "togglePinTab" + "": "toggleMuteTab" "o": "Vomnibar.activate" "O": "Vomnibar.activateInNewTab" @@ -363,6 +365,7 @@ commandDescriptions = moveTabToNewWindow: ["Move tab to new window", { background: true }] togglePinTab: ["Pin/unpin current tab", { background: true, noRepeat: true }] + toggleMuteTab: ["Mute/unmute current tab", { background: true, noRepeat: true }] closeTabsOnLeft: ["Close tabs on the left", {background: true, noRepeat: true}] closeTabsOnRight: ["Close tabs on the right", {background: true, noRepeat: true}] -- cgit v1.2.3