Skip to content

Instantly share code, notes, and snippets.

@dsgnr
Created June 15, 2022 04:27
Show Gist options
  • Save dsgnr/de62e57987228ffa207849b55aaeb31c to your computer and use it in GitHub Desktop.
Save dsgnr/de62e57987228ffa207849b55aaeb31c to your computer and use it in GitHub Desktop.
Type clipboard as keystroke
tell application "System Events"
delay 2
keystroke (the clipboard as text)
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment