Alex Barker
Alex Barker
I plan on rewriting the keyboard stuff for X11 in 2.3 which should address this problem.
@mjparme Can you try the latest 2.2.2? I'll have to look into this tomorrow and see if I can duplicate the issue. I don't have a physical mac so I...
I just tested with 2.2.2 w/ Java 17 on Catalina and it seems to be working. I am able to get key press, typed and released events for basic letter...
Well, I've wasted several hours trying to upgrade my VM to Big Sur and I've given up for the foreseeable future. I am flabbergasted at how difficult Apple makes something...
Set the log level to debug and pastebin that output. I doubt it will be enough to track down the problem but its better than nothing. 🤷
I cannot duplicate the issue on Big Sur with JRE17. IF this is a problem with the library, the problem is likely [here](https://github.com/kwhat/libuiohook/blob/1.2/src/darwin/input_hook.c#L1174). The `hook_event_proc` isn't getting `kCGEventKeyDown` or `kCGEventKeyUp`...
> Below is output of the maven `package` command’s tests phase. Note some tests fail. Is this relevant? @ogallagher The test failure on OS X has been resolved in the...
@mjparme, @ogallagher So what thread is keeping the Watcher program running? I presume we aren't doing this: public static void main(String[] args) { Watcher.init(); } The only thing I can...
> BUG IN CLIENT OF LIBDISPATCH: Assertion failed: Block was expected to execute on queue [com.apple.main-thread] Well look at that, Apple's error messages have improved! So 10.15 is the most...
Has this been tested with 2.2.2? There was a crash fixed on OS X with the caps-lock key that maybe related.