Alex Barker
                                            Alex Barker
                                        
                                    Well, I understand what you did, but I cant seem to get it to compile. I keep seeing this warning `clang: warning: using sysroot for 'iPhoneOS' but targeting 'MacOSX'` which...
Well, it compiles but I dont have any way of testing it. I still don't think cmake is setup correctly for ios so I still need to look into that.
Okey, so I think this is as good as it will get and I hope it works. I need you to do some testing because I have no idea how...
Really? How bizarre. I need to look into this a little further but I will try to get this fixed next week. Thanks for reporting!
> To resolve this, we need to make a copy of the CGEventRef with CGEventRef eventCopy = CGEventCreateCopy(event); instead of using a getter from the main thread. I am probably...
We definitely cant comment out those two lines and expect key typed events to work on macOS. It's running into a deadlock because its trying to run that code on...
> I rewrote my implementation of libuiohook and it seems to run perfectly now, tried to keep it quite basic and it seems to have done the trick so for...
Unfortunately there is only one of me. Some code to do this has been committed [upstream](https://github.com/kwhat/libuiohook/issues/110) but I haven't figured out how I am going to integrate it. Most of...
> You can try to find some inspiration in autohotkey. In fact, I have raised similar questions and suggestions before. I've read though their code and I've got a working...
For those using alpine: `apk add --no-cache libstdc++ brotli-dev`