onKeyTyped

fun Node.onKeyTyped(context: CoroutineContext = Dispatchers.JavaFx, action: suspend CoroutineScope.(KeyEvent) -> Unit)

See also

Node.setOnKeyTyped

fun Scene.onKeyTyped(context: CoroutineContext = Dispatchers.JavaFx, action: suspend CoroutineScope.(KeyEvent) -> Unit)

See also

Scene.setOnKeyTyped