Last active
August 29, 2015 14:18
-
-
Save chrisfsmith/652c89473cca8592b2c0 to your computer and use it in GitHub Desktop.
AppleScript to open the Fantastical 2 full calendar 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
delay 0.1 -- time to release modifier keys for shortcut | |
tell application "System Events" | |
tell application "Fantastical 2" to activate | |
delay 0.1 | |
keystroke "0" using command down | |
end tell |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment