I registered global hotkeys as described here in c# How do I detect keyPress while not focused?
but it just detects if the button is pressed, but I need to know when the key is pressed down and when it is released again.
I registered global hotkeys as described here in c# How do I detect keyPress while not focused?
but it just detects if the button is pressed, but I need to know when the key is pressed down and when it is released again.