Skip to content

Instantly share code, notes, and snippets.

@ilagnev
Created October 16, 2015 20:25
Show Gist options
  • Save ilagnev/ea472599c5c56fd1ccf8 to your computer and use it in GitHub Desktop.
Save ilagnev/ea472599c5c56fd1ccf8 to your computer and use it in GitHub Desktop.
emulate spacebar press. very useful for coub 😍
activate application "Google Chrome"
repeat 999 times
tell application "System Events"
key code 49
end tell
delay 15
end repeat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment