I tried to create an application in c++ that sets a low level keyboard hook and each time the user presses a key it will write a char of a string I made.
Can someone explain how can I change the user input without using the keybd_event function but changing the key itself before the OS interprets it.
I tried something with ths MSG and changing the wparam but it didn't work. If someone can show me a code example it will be better