I’m trying to set up a single shortcut in BetterTouchTool that behaves differently depending on which application is currently using the microphone.
My goal is to bind Command + M to:
-
Detect which app is actively using the microphone
-
Then execute a “Shortcut to specific app” for that app
The use case is muting/unmuting calls, because different apps use different keybinds:
-
Microsoft Teams: Command + Shift + M
-
Slack: Command + Shift + Space
Ideally, when I press Command + M:
-
If Teams is using the microphone → trigger Command + Shift + M
-
If Slack is using the microphone → trigger Command + Shift + Space
Is there a way in BTT to detect which app is currently using the microphone and execute an action based on it?
