I want to capture key event at all time, even when my application is not in focus. For instance, My application should detect Ctrl+SPACE key combination while the focus is with other application, and should respond accordingly. Thanks
I want to capture key event at all time, even when my application is
Share
This is OS Specific, out of the JVM scope.
Here are two good open source Java libraries for achieving what you want:
Both are JNI Wrappers.