Skip to content

Instantly share code, notes, and snippets.

@EvanLovely
Created July 31, 2013 00:03
Show Gist options
  • Select an option

  • Save EvanLovely/6118178 to your computer and use it in GitHub Desktop.

Select an option

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

esaruoho commented Apr 3, 2018

Copy link
Copy Markdown

@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