Skip to content

Instantly share code, notes, and snippets.

@EvanLovely
Created July 31, 2013 00:03
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EvanLovely/6118178 to your computer and use it in GitHub Desktop.
Save EvanLovely/6118178 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
@esaruoho
Copy link

esaruoho commented Apr 3, 2018

@EvanLovely
Hi, any chance this could be modified so that one could use it as a Service, map a shortcut for it and use it as an addition to cmd-tab?

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