I am using your wonderful library to simulate some keyboard input and Robot.Type(string value) does not support @ .
Robot.Type("myemail@google.com") = myemail2google.com
Is there a workaround for those characters that requires a key combination when typed?
We could leverage alt codes ALT + 64 for @
I am using your wonderful library to simulate some keyboard input and
Robot.Type(string value)does not support@.Robot.Type("myemail@google.com")= myemail2google.comIs there a workaround for those characters that requires a key combination when typed?
We could leverage alt codes
ALT + 64for @