Created
December 1, 2021 17:34
-
-
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
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 "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