Skip to content

Instantly share code, notes, and snippets.

@kardolus
Created June 11, 2023 19:52
Show Gist options
  • Save kardolus/d0a93bff8bdabf4b9d5360ecf259d2ee to your computer and use it in GitHub Desktop.
Save kardolus/d0a93bff8bdabf4b9d5360ecf259d2ee to your computer and use it in GitHub Desktop.
Apple script for ChatGPT interaction
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