Hey guys,
I want to achieve a way of taking the content of my clipboard and using this clipboard content to write it as "standard" keyboard input.
The background, why I want to do this, is that I have a remote environment and copy+paste between my mac and this remote env, does not work. I've tried many things, but it's impossible (its a citrix instance btw.)
So my idea is to just write keyboard input instead of pasting the clipboard content.
That helps. Are there docs for the keyboard manager? I can see you are using it with XCode, I would have no Idea how to do that