Skip to content

Instantly share code, notes, and snippets.

@Anks
Created November 9, 2017 07:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Anks/0f6e6a1b54610f18c4446f09c592f710 to your computer and use it in GitHub Desktop.
Save Anks/0f6e6a1b54610f18c4446f09c592f710 to your computer and use it in GitHub Desktop.
Applescript to 'type' your clipboard into textfields (useful for websites where they block paste)
on run
tell application "System Events"
keystroke (the clipboard)
end tell
end run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment