Michael Parmeley

Results 24 comments of Michael Parmeley

Did you ever find a solution for this? I have the exact same problem. On Mac OS JNativeHook only detects shift, ctrl, alt, cmd, and then the media keys (prev,...

I am using 2.2.2 with Java 17 on Big Sur and I do not get notifications for the basic letter keys.

Here is a gif of the problem I am having. Detects the non-printable keys but not the letter keys. I have another mac that has Monterey on it, I will...

I had wanted to try the demo jar as part of my troubleshooting before commenting on this issue but unfortunately I have been unable to find it. It isn't in...

The README simply says `The graphical example application exists to provide a real-time demonstration of raw output for all available native events. To run the application simply execute the jar...

I have configured ALL logging as documented here (https://github.com/kwhat/jnativehook/blob/2.2/doc/ConsoleOutput.md) in the `Set the log level to display everything.` section. But no log is being generated and no log output is...

I finally whipped java.util.logging into shape. I had to add a file handler and simple formatter and then I started getting logs in the file indicated in the file handler....

Ok, well now I feel dumb. The library jar also has the demo app in it. `java -jar jnativehook-2.2.2.jar` resulted in the demo app firing up (for some reason I...

I just don't see what is different between what the demo app is doing and what my app is doing. I also decided to give that `Watcher` class a try...

@kwhat it looks like it is the `com.github.kwhat.jnativehook.GlobalScreen$NativeHookThread` thread that keeps it alive. That is not a daemon thread and as far as I can tell `this.enable()` starts a native...