Created
August 28, 2014 08:22
-
-
Save loa/21a63a73c7c986aba59a to your computer and use it in GitHub Desktop.
AppleScript Send Keys
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 "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