KeyboardEvent

external interface KeyboardEvent(source)

Properties

Link copied to clipboard
abstract var altKey: Boolean?

whether an Alt key was used in an accelerator to trigger the Event

Link copied to clipboard
abstract var ctrlKey: Boolean?

whether the Control key was used in an accelerator to trigger the Event

Link copied to clipboard
abstract var metaKey: Boolean?

whether a meta key was used in an accelerator to trigger the Event

Link copied to clipboard
abstract var shiftKey: Boolean?

whether a Shift key was used in an accelerator to trigger the Event

Link copied to clipboard

whether an accelerator was used to trigger the event as opposed to another user gesture like mouse click