B4J Question JAWTrobot: RobotPaste does not work

GMan

Well-Known Member
Licensed User
Longtime User
I have the follwoing code to execute the CTRL + WINDOWS + N Keys.
But does not work.
The keystring is copied to the clipboard, but no execution

B4X:
Robby.RobotPaste("CTRL + WIN + N" & CRLF,50)

OS is Windows 10

Does anyone has a suggestion ?
 
Last edited:

GMan

Well-Known Member
Licensed User
Longtime User
Thx Erel,

but the needed WINDOWS key isnt possible to capture - even the keycode is unknown.
i solved it (less elegant) another way
 
Upvote 0
Top