Last active
August 29, 2015 14:02
-
-
Save rnons/127fd6358ac2c60b6eae to your computer and use it in GitHub Desktop.
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
-- http://apple.stackexchange.com/questions/36943/how-do-i-automate-a-key-press-in-applescript | |
tell application "System Events" | |
key down control | |
key code 124 | |
key code 124 | |
key up control | |
end tell |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment