Skip to content

Instantly share code, notes, and snippets.

@EvanLovely
Last active October 29, 2021 23:17
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EvanLovely/6118180 to your computer and use it in GitHub Desktop.
Save EvanLovely/6118180 to your computer and use it in GitHub Desktop.
Applescript: Command Tab
tell application "System Events"
key down command
keystroke tab
key up command
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment