KeyboardInputEvent

external interface KeyboardInputEvent : InputEvent(source)

Properties

Link copied to clipboard
Link copied to clipboard
abstract var keyCode: String

The character that will be sent as the keyboard event. Should only use the valid key codes in Accelerator.

Link copied to clipboard

An array of modifiers of the event, can be shift, control, ctrl, alt, meta, command, cmd, isKeypad, isAutoRepeat, leftButtonDown, middleButtonDown, rightButtonDown, capsLock, numLock, left, right.