Created
October 16, 2015 20:25
-
-
Save ilagnev/ea472599c5c56fd1ccf8 to your computer and use it in GitHub Desktop.
emulate spacebar press. very useful for coub π
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
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