Skip to content

Instantly share code, notes, and snippets.

@kevinmpowell
Created April 4, 2023 13:25
Show Gist options
  • Save kevinmpowell/ca02fbf7471291645becea423b94f951 to your computer and use it in GitHub Desktop.
Save kevinmpowell/ca02fbf7471291645becea423b94f951 to your computer and use it in GitHub Desktop.
Applescript to launch Asana and switch to "My Tasks" view
tell application "Asana" to activate
tell application "System Events"
key down tab
keystroke "z"
key up tab
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment