logoalt Hacker News

john-tells-allyesterday at 6:53 PM2 repliesview on HN

I'd love to have a global "toggle Teams mute" button.


Replies

roxolotlyesterday at 8:14 PM

```

hs.loadSpoon("MicMute")

binding = { toggle = { {"ctrl", "alt"}, "m" } }

spoon.MicMute:bindHotkeys(binding)

```

You'll have to add the MicMute spoon which just mean downloading the zip here, unzipping, and opening the .spoon. https://www.hammerspoon.org/Spoons/MicMute.html

hirvi74yesterday at 7:54 PM

What do you mean? Like muting the entire application so no sound comes from Teams or muting yourself while on a call? For the latter, I thought 'Option + Space' worked (or used to)?

show 1 reply