hello!
is it possible to edit a keystroke using a winapi keyboard hook? well, not neccesary a keyboard hook but something like it..
i wanna do something like this:
user presses key 'A'
my function adds 1 to the virtual keycode (just an example)
the 'A' becomes an 'B'
and the 'B' is sent to the destination application
thanks!