Global Keyboard hook
-
Hi. I want to change the function of each keyboard key.I want my application to listen to key press events globally and change key value. for example when i press 'A' while writing in notepad, my Application should see the key press event before Notepad and send Letter B to the active application. I've managed to listen the key press event globally, what i want is to block other applications from getting key press events?
-
Hi. I want to change the function of each keyboard key.I want my application to listen to key press events globally and change key value. for example when i press 'A' while writing in notepad, my Application should see the key press event before Notepad and send Letter B to the active application. I've managed to listen the key press event globally, what i want is to block other applications from getting key press events?