Skip to content

Instantly share code, notes, and snippets.

@loa
Created August 28, 2014 08:22
Show Gist options
  • Save loa/21a63a73c7c986aba59a to your computer and use it in GitHub Desktop.
Save loa/21a63a73c7c986aba59a to your computer and use it in GitHub Desktop.
AppleScript Send Keys
activate application "Sqwiggle"
tell application "System Events"
keystroke "hello world"
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment