Skip to content

Instantly share code, notes, and snippets.

@rnons
Last active August 29, 2015 14:02
Show Gist options
  • Save rnons/127fd6358ac2c60b6eae to your computer and use it in GitHub Desktop.
Save rnons/127fd6358ac2c60b6eae to your computer and use it in GitHub Desktop.
-- 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