How can I block keystrokes without using low-level hooks? I want them entirely blocked from the system, so that they are not being passed to any application at all.
How can I block keystrokes without using low-level hooks? I want them entirely blocked
Share
You can’t. You need hooks on OS layer for that.