Global hotkeys

Is there any way in java to make a global hotkey or a keylistener that grabs keypresses no matter what has focus? I know this is possible natively but has anyone implemented it into java?

Not sure… In FengGUI we have a global event listener for that, but I have no idea if that’s the case for Swing as well…