I'm facing a tough one right now, at least it's tough for me!
I'm using this code to capture key press events and it works just fine even when the window is out of focus.
In addition though, I'd like to be able to consume the key event before it is used by any other application that does have the focus right now.
Search after search has brought no result for me, does anyone know how this might be accomplished?
_proc = HookCallback
andSetHook(_proc)
. SoHookCallback
is the consumer. – Foxy