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
Have you tried switching .Send({BS}) with .Send("s")? Otherwise, can you clarify?
.Send({BS})
.Send("s")