Open syap6999 opened 2 years ago
Can you check the x11 server is actually included in your npm package? If it isnt this may be because I haven't republished to npm yet...
Unfortunately I am no linux expert and have no experience, but @futpib may have an idea / be able to help...
Yes, we have installed the @futpib 's npm package. x11server is there and is utilized. It's just that it won't listen. Not sure if an event was sent with every key press.
I believe ubuntu is on wayland by default and there is no keylogging APIs on wayland.
Thank you so much for creating this project. We tried to implement this and we were successful in the Windows build as well as in Mac. However, it does not seem to work in Ubuntu 20.04. Not really sure why that is. Is there any additional configuration specifically for Ubuntu? The cpp part is a little outside of my expertise.
Upon tracing the code, this listener on the x11ServerKey does not seem to get called.
The process child does get initialized. Just listener not listening.
Any idea how to go about this? Let me know if you need more info.
Thank you so much.