Created
November 10, 2015 08:17
-
-
Save karinharp/6b746efb0307ed6ca3ea 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
on run argv | |
tell application "Unity" to activate | |
tell application "System Events" | |
tell process "Unity" | |
key code 35 using {command down} | |
end tell | |
end tell | |
end run |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment