Desktop.Robot icon indicating copy to clipboard operation
Desktop.Robot copied to clipboard

Robot.Type with @ write 2 instead of the actual @

Open C1rdec opened this issue 6 months ago • 0 comments

I am using your wonderful library to simulate some keyboard input and Robot.Type(string value) does not support @ .

Robot.Type("[email protected]") = myemail2google.com

Is there a workaround for those characters that requires a key combination when typed?

We could leverage alt codes ALT + 64 for @

C1rdec avatar Jan 04 '24 03:01 C1rdec