Enter a line into the application without cardboard or simulating typing

I need to insert a line of text into any application, and I would not clear it if for something important, and I would not turn every character into a keyboard event.

Is there another way?

+3
source share
2 answers

You can try using accessibility: https://developer.apple.com/library/mac/#documentation/Cocoa/Conceptual/Accessibility/cocoaAXIntro/cocoaAXintro.html although this may be redundant.

, , , , . , .

+2
+1

All Articles