actionFor

fun actionFor(keyCode: Int, modifiersEx: Int): SwingTerminalHostAction?

Returns the host action requested by keyCode and modifiersEx.

Return

matching action, or null when the key event is not a host terminal shortcut.

Parameters

keyCode

Swing virtual key code.

modifiersEx

extended Swing modifier mask.