keyboardKey

external interface keyboardKey(source)

Properties

Link copied to clipboard
abstract var altGr: Boolean?

Does the character in key require/imply AltRight to be pressed?

Link copied to clipboard
abstract var code: String?

Physical location on a keyboard

Link copied to clipboard
abstract var key: String?

Character or functional key descriptor

Link copied to clipboard
abstract var location: DOM_KEY_LOCATION?

Location on the keyboard for keys with multiple representation

Link copied to clipboard
abstract var shift: Boolean?

Does the character in key require/imply a shiftKey to be pressed?