0

I am working with Textbox to convert characters. I needed to press 'Oem3(192 in keys enum)' key automatically. I tried sendkeys(), but I cannot find that key. What can I do to send that key to textbox? Codes I tried:

sendkeys.send({OEM3});  //error
sendkeys.send(keys.Oem3);  //just entering '192' into textbox
sendkeys.send({192});  //error
  • Does this answer your question? [How to translate KeyCode to work at Keys.SendKey](https://stackoverflow.com/questions/8095475/) and [C# SendKeys.Send](https://stackoverflow.com/questions/1012616/) and [Sending Windows key using SendKeys](https://stackoverflow.com/questions/10366152/) –  Aug 07 '21 at 15:48
  • Last maintained fork: https://github.com/GregsStack/InputSimulatorStandard –  Aug 07 '21 at 15:50

0 Answers0