Created
April 4, 2023 13:25
-
-
Save kevinmpowell/ca02fbf7471291645becea423b94f951 to your computer and use it in GitHub Desktop.
Applescript to launch Asana and switch to "My Tasks" view
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
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