Create a new KeyEvent.
Readonly altIs alt being pressed?
Readonly ctrlIs control being pressed?
Readonly focusThe focus type of this event. Can be null.
If null, this event cannot be focused, since events are focused by their FocusType as a group.
Readonly keyThis event's key. Uses the same values as the KeyboardEvent.key Web API.
Readonly needsCan this event be dispatched without a target?
Readonly reversedIs this event dispatched in reverse-order?
Readonly shiftIs shift being pressed?
Readonly targetThe target of this event. Can be null
Create a new Event with the same properties as this, except with a new given target.
Generated using TypeDoc
A key release KeyEvent (key up).
Has a focus type of Keyboard and needs focus.