kwhat / jnativehook

Global keyboard and mouse listeners for Java.
Other
1.75k stars 347 forks source link

JavaFX TextField and JNativeHook conflict #436

Open soma97 opened 1 year ago

soma97 commented 1 year ago

Hello, I'm experiencing same issue as mentioned here https://stackoverflow.com/questions/59594172/javafx-and-jnativehook-library-conflict . Problem occurs sometimes (I can't edit textfield), usually after using an app for a few minutes. It happens that JavaFX application literally doesn't respond to any keyboard press (not any character, digit, TAB, or anything). Is there any solution for this?

Bug can be reproduced on Windows 10.