Created
July 4, 2023 13:21
-
-
Save lando2319/95a74b52975b5023536d4d2cd7301c30 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
| tell application "this" to activate | |
| tell application "System Events" | |
| keystroke "/" | |
| delay 1.2 | |
| keystroke "m" | |
| delay 0.3 | |
| keystroke "e" | |
| delay 1.1 | |
| keystroke space | |
| delay 0.8 | |
| keystroke "\"Clear weather in Xianyang China in hatching style\"" | |
| delay 0.4 | |
| keystroke return | |
| end tell |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment