Created
March 31, 2010 16:25
-
-
Save raine/350535 to your computer and use it in GitHub Desktop.
This file contains 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
osascript <<'APPLESCRIPT' | |
tell application "iTerm" | |
activate | |
tell the first terminal | |
tell the current session | |
tell i term application "System Events" to keystroke (key code 126) | |
tell i term application "System Events" to keystroke (key code 36) | |
end tell | |
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