Skip to content

Instantly share code, notes, and snippets.

@Zyber17
Created April 2, 2018 00:32
Show Gist options
  • Save Zyber17/3e32c2768105b5ad34a84fedbbb241c8 to your computer and use it in GitHub Desktop.
Save Zyber17/3e32c2768105b5ad34a84fedbbb241c8 to your computer and use it in GitHub Desktop.
AppleScript to type the current clipboard
tell application "System Events"
keystroke (the clipboard)
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment