Skip to content

Instantly share code, notes, and snippets.

@madvas
Created May 7, 2015 06:50
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 madvas/2669f893f1bce329161a to your computer and use it in GitHub Desktop.
Save madvas/2669f893f1bce329161a to your computer and use it in GitHub Desktop.
Applescript command + Tab function
on cmdTab()
tell application "System Events"
key down command
keystroke tab
key up command
end tell
end cmdTab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment