Skip to content

Instantly share code, notes, and snippets.

@kopiro
Created August 14, 2011 11:40
Show Gist options
  • Save kopiro/1144816 to your computer and use it in GitHub Desktop.
Save kopiro/1144816 to your computer and use it in GitHub Desktop.
Command-Repat in Apple Script
tell application "VLC"
activate
repeat 10 times
tell application "System Events" to keystroke "t" using command down
end repeat
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment