KeyboardEvent.charCode
A legacy `KeyboardEvent` property that gives the Unicode codepoint number of a character key pressed during a `keypress` event.
KeyboardEvent.code
A `KeyboardEvent` property representing the physical key that was pressed, ignoring the keyboard layout and ignoring whether any modifier keys were active.
KeyboardEvent.getModifierState()
`KeyboardEvent` method that returns the state (whether the key is pressed/locked or not) of the given modifier key.
KeyboardEvent.key
A `KeyboardEvent` property whose value is a string identifying the key that was pressed. Covers character keys, non-character keys (e.g. arrow keys), and dead keys.
KeyboardEvent.location
A `KeyboardEvent` property that indicates the location of the key on the input device. Useful when there are more than one physical key for the same logical key (e.g. left or right "Control" key; main or numpad "1" key).
KeyboardEvent.which
A legacy `KeyboardEvent` property that is equivalent to either `KeyboardEvent.keyCode` or `KeyboardEvent.charCode` depending on whether the key is alphanumeric.
keyboardevent api
keyboardevent api: altkey
keyboardevent api: charcode
keyboardevent api: code
keyboardevent api: ctrlkey
keyboardevent api: getmodifierstate
keyboardevent api: getmodifierstate: `"accel"` as a parameter
keyboardevent api: getmodifierstate: `"altgraph"` as a parameter
keyboardevent api: getmodifierstate: `"alt"` as a parameter
keyboardevent api: getmodifierstate: `"capslock"` as a parameter
keyboardevent api: getmodifierstate: `"control"` as a parameter
keyboardevent api: getmodifierstate: `"fn"` as a parameter
keyboardevent api: getmodifierstate: `"meta"` as a parameter
keyboardevent api: getmodifierstate: `"numlock"` as a parameter
keyboardevent api: getmodifierstate: `"os"` as a parameter
keyboardevent api: getmodifierstate: `"scrolllock"` as a parameter
keyboardevent api: getmodifierstate: `"shift"` as a parameter
keyboardevent api: getmodifierstate: `"symbol"` as a parameter
keyboardevent api: initkeyboardevent
keyboardevent api: iscomposing
keyboardevent api: key
keyboardevent api: `keyboardevent()` constructor
keyboardevent api: keycode
keyboardevent api: keyidentifier
keyboardevent api: key: dead key
keyboardevent api: key: non-printable keys
keyboardevent api: key: printable keys
keyboardevent api: location
keyboardevent api: metakey
keyboardevent api: repeat
keyboardevent api: shiftkey
37 results found.