Skip to content

Instantly share code, notes, and snippets.

@dom111
Last active July 12, 2017 13:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dom111/b2133b253733441574897c128cdfadbc to your computer and use it in GitHub Desktop.
Save dom111/b2133b253733441574897c128cdfadbc to your computer and use it in GitHub Desktop.
osascript -e 'tell application "System Events"
repeat while true
key down {shift}
delay 1
key up {shift}
delay (random number from 12 to 48)
end repeat
end tell' &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment