B4J Question AWTRobot Paste not working (Mac)

ThRuST

Well-Known Member
Licensed User
Longtime User
I'm using NativeHook with AWTRobot with

B4X:
AWTRobot.RobotDelay(10)
AWTRobot.RobotPaste(String)

This is pasting correctly on my PC with a slight delay as it should but nothing happens on Mac.
Any clues how to solve this?

EDIT: The string goes into clipboard on Mac, but I have to paste it manually with CMD+V (As default on Mac)
How to perform CMD+V by using AWTRobot, and detect O/S. That can work.
 
Last edited:
Top