You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An example of a command I'm using is the following, to trigger volume down: GlobalScreen.postNativeEvent(new NativeKeyEvent(2401, 0, 174, 57390, NativeKeyEvent.CHAR_UNDEFINED));
The text was updated successfully, but these errors were encountered:
I'm using jnativehook to trigger media keys on Windows.
Everything works perfectly until the Windows screensaver is active, at which point triggering the keys has no effect.
It logs:
An example of a command I'm using is the following, to trigger volume down:
GlobalScreen.postNativeEvent(new NativeKeyEvent(2401, 0, 174, 57390, NativeKeyEvent.CHAR_UNDEFINED));
The text was updated successfully, but these errors were encountered: