lucassklp / Desktop.Robot

A library used to control your mouse and keyboard programmatically in .NET Core
MIT License
139 stars 23 forks source link

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

Open C1rdec opened 6 months ago

C1rdec commented 6 months ago

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 @