Created
July 17, 2013 19:54
-
-
Save firesofmay/6023880 to your computer and use it in GitHub Desktop.
some apple script examples for keystroke
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
| 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