is there some standard way to send "events" from t...
# intellij
k
is there some standard way to send "events" from the IDE to a running JVM app? I'd like to bind a hotkey in Intellij that sends, for example, strings to the app...? I'm guessing no, but doesn't hurt to ask 🙂
g
I don’t think it something Kotlin or even Intellij specific JVM can open socket for incoming commands, IDE can just run another program to write something to it