Created
June 11, 2023 19:52
-
-
Save kardolus/d0a93bff8bdabf4b9d5360ecf259d2ee to your computer and use it in GitHub Desktop.
Apple script for ChatGPT interaction
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 "System Events" | |
keystroke "a" using {command down} | |
delay 0.1 | |
keystroke "c" using {command down} | |
delay 0.1 | |
key code 122 using {command down} -- the F1 key | |
end tell |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment