B4J Question jAWTRobot Paste CTRL+V

ThRuST

Well-Known Member
Licensed User
Longtime User
How to paste data from the clipboard at the keyboard cursor with this great library?
 

Roycefer

Well-Known Member
Licensed User
Longtime User
Yes, it's the
B4X:
robo.RobotPaste("this is some text")
method. This method is cross-platform. Note that it places the argument text into the System clipboard so if there was already some text in the clipboard, it will be overwritten.
 
Upvote 0
Top