Created
July 31, 2013 00:03
-
-
Save EvanLovely/6118178 to your computer and use it in GitHub Desktop.
Applescript: Command Tab
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
@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?