Skip to content

Instantly share code, notes, and snippets.

@firesofmay
Created July 17, 2013 19:54
Show Gist options
  • Save firesofmay/6023880 to your computer and use it in GitHub Desktop.
Save firesofmay/6023880 to your computer and use it in GitHub Desktop.
some apple script examples for keystroke
tell application "System Events"
keystroke "v" using command down
delay 0.1
keystroke "."
key code 51
key code 51
key code 36 using control down
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment