Created
April 2, 2018 00:32
-
-
Save Zyber17/3e32c2768105b5ad34a84fedbbb241c8 to your computer and use it in GitHub Desktop.
AppleScript to type the current clipboard
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 (the clipboard) | |
end tell |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment