Skip to content

Instantly share code, notes, and snippets.

@DanaCase
Created December 1, 2021 17:34
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 DanaCase/0fea02d701f7d5e20433bf75231f22e6 to your computer and use it in GitHub Desktop.
Save DanaCase/0fea02d701f7d5e20433bf75231f22e6 to your computer and use it in GitHub Desktop.
This is a quick gist to paste into TeamViewer when the clipboard isn't shared (for example on the log in screen). From https://gist.github.com/ethack/110f7f46272447828352768e6cd1c4cb
tell application "TeamViewer" to activate
tell application "System Events"
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