Skip to content

Instantly share code, notes, and snippets.

@henkin
Created June 17, 2024 17:54
Show Gist options
  • Save henkin/f776a3b4a54328fb6f6a5e5ebd18bafc to your computer and use it in GitHub Desktop.
Save henkin/f776a3b4a54328fb6f6a5e5ebd18bafc to your computer and use it in GitHub Desktop.
appleScript
tell application "Microsoft Teams"
activate
tell application "System Events"
keystroke "o" using {shift down, command down}
end tell
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment