Last active
December 15, 2015 13:39
-
-
Save elentok/5269328 to your computer and use it in GitHub Desktop.
Play/Pause 8tracks
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 "8tracks" | |
| activate | |
| tell application "System Events" | |
| keystroke " " | |
| keystroke tab using {command down} | |
| end tell | |
| end tell |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Doesn't seem to work now. I changed "8tracks" to "8tracks Radio". They changed the name of the .app. But doesn't look like it's got the same system events now?