diff options
| author | Stephen Blott | 2016-09-24 08:54:08 +0100 |
|---|---|---|
| committer | Stephen Blott | 2016-09-24 08:54:08 +0100 |
| commit | cfca5794e4073baacb9b3d4a6b0ce21d6587fd34 (patch) | |
| tree | b9658279b0eeb91567b6af617ee4d03b97d7d7fb /background_scripts/commands.coffee | |
| parent | 89c93f61aace514487c918ae2c55674136953058 (diff) | |
| parent | d6db15d6d558b3def86c1b0ac25904abf89adef9 (diff) | |
| download | vimium-cfca5794e4073baacb9b3d4a6b0ce21d6587fd34.tar.bz2 | |
Merge remote-tracking branch 'tobimensch/master'
Diffstat (limited to 'background_scripts/commands.coffee')
| -rw-r--r-- | background_scripts/commands.coffee | 3 |
1 files changed, 3 insertions, 0 deletions
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" "<a-p>": "togglePinTab" + "<a-m>": "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}] |
