Closed glossawy closed 9 years ago
The current implementation of alt+S and alt+P causes an IllegalStateException since keyPress is called from the JNativeHooks Dispatch Thread and not the JavaFX Application Thread.
This needs to be resolved using Platform.runLater
Resolved in Next Release via a Concurrent Linked Queue of key presses
The current implementation of alt+S and alt+P causes an IllegalStateException since keyPress is called from the JNativeHooks Dispatch Thread and not the JavaFX Application Thread.
This needs to be resolved using Platform.runLater