Skip to content

Instantly share code, notes, and snippets.

@trodemaster
Created August 26, 2022 15:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trodemaster/dbad76f22454c5dd25033ef80ee1df89 to your computer and use it in GitHub Desktop.
Save trodemaster/dbad76f22454c5dd25033ef80ee1df89 to your computer and use it in GitHub Desktop.
Microsoft Teams
tell application "Microsoft Teams"
activate
tell application "System Events"
keystroke "m" using {shift down, command down}
keystroke tab using {command down}
end tell
end tell
@trodemaster
Copy link
Author

A simple script to bring the Teams app to the foreground mute/unmute the mic

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment