Skip to content

Instantly share code, notes, and snippets.

@karinharp
Created November 10, 2015 08:17
Show Gist options
  • Save karinharp/6b746efb0307ed6ca3ea to your computer and use it in GitHub Desktop.
Save karinharp/6b746efb0307ed6ca3ea to your computer and use it in GitHub Desktop.
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