Skip to content

Instantly share code, notes, and snippets.

@parrotmac
Created April 23, 2016 06:23
Show Gist options
  • Save parrotmac/92c98f0fd77aa124b1e119c563e1a829 to your computer and use it in GitHub Desktop.
Save parrotmac/92c98f0fd77aa124b1e119c563e1a829 to your computer and use it in GitHub Desktop.
sudo osascript -e 'repeat 2 times
repeat 16 times
tell application "System Events"
key code 107
delay 0.1
end
end repeat
delay 0.5
repeat 16 times
tell application "System Events"
key code 113
delay 0.1
end
end repeat
end repeat'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment