Skip to content

Instantly share code, notes, and snippets.

@hisasann
Created March 3, 2014 07:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hisasann/9320165 to your computer and use it in GitHub Desktop.
Save hisasann/9320165 to your computer and use it in GitHub Desktop.
[applescript]
tell application "System Events"
key down control
keystroke (ASCII character 29)
key up control
end tell
[/applescript]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment