Skip to content

Instantly share code, notes, and snippets.

@raine
Created March 31, 2010 16:26
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 raine/350536 to your computer and use it in GitHub Desktop.
Save raine/350536 to your computer and use it in GitHub Desktop.
osascript <<'APPLESCRIPT'
tell application "Terminal"
activate
tell front window
tell application "System Events" to keystroke (key code 126)
tell application "System Events" to keystroke (key code 36)
end tell
end tell
tell application "TextMate"
activate
end tell
APPLESCRIPT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment