Hi,
I found out how to get the content of the NSPasteboard, and to copy it into my active application. I haven't found a way to paste it into another application, just how to paste it into my current application.
If you're wondering why I would want to do this, I'm researching if there is a way to improve Jumpcut open source application (jumpcut.sf.net). Currently, it fakes Cmd+v to paste the content into another application, but this doesn't work on X11 (which expects Ctrl+v).
Thank you