Are there any good ways to launch a global command...
# tornadofx
p
Are there any good ways to launch a global command from key events? Currently, I’m using the JNativeHook library, then using Platform.runLater{} to open a window, but, when I close it and the app, the process won’t die