handleKeyPressed

abstract fun handleKeyPressed(event: KeyEvent): Boolean

Handles a key press before terminal input encoding.

Return

true when the host handled and consumed the key.

Parameters

event

Swing key event owned by the EDT.