GetAsyncKeyState : how to map to a local keyboard?
I am using delphi (but could be done in any other langage) to develop a
simple keylogger using GetAsyncKeyState
I can capture the key code, but this is not related to my local keyboard
mapping
ex: when I press the "2" key (which on a french keyboard should write the
"é", it shows me "2" (VK_2)
My quetsion is : how do I map the GetAsyncKeyState keypressed to the local
keyboard ?
No comments:
Post a Comment