I made a simple Media player in Java but I want to record global key presses like Ctrl + P to pause/resume the current music being played without the JFrame having focus but it seems that its not possible due to JVM security issues.
I came across JNativeHook but I want to implement my own method only for Windows. Please Suggest how to do it and where to begin ?