C# SendKeys.Send

前端 未结 9 1392
闹比i
闹比i 2021-01-13 01:17

I am running on an issue using C# SendKeys.Send method. I am trying to replace keyboard keys with other keys, for example when I press \"a\" in keyboard I want that key to b

9条回答
  •  感动是毒
    2021-01-13 01:33

    Have you tried switching .Send({BS}) with .Send("s")? Otherwise, can you clarify?

提交回复
热议问题