C# SendKeys.Send

前端 未结 9 1345
闹比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条回答
  •  旧时难觅i
    2021-01-13 01:56

    This may not be what you want/need, but if you just want to remap some keyboard keys, I would suggest looking into using another keyboard layout, or creating a custom layout. You can create new layouts with this:

    http://msdn.microsoft.com/en-ca/goglobal/bb964665.aspx

提交回复
热议问题