I am trying to convert char key to Virtual key code, i don't really understand how to implement it. I only see bunch of help on converting VK to Char - For example i would like to convert A to VK (0x41)
Vitual-key codes; https://learn.microsoft.com/en-us/windows/win32/inputdev/virtual-key-codes
i have tried looking into some websites but none explained how to doesn't seem to work. I am not good with c# yet still learning it.