Contents

shiftKey

A Boolean value indicating whether the shift key is pressed.

Declaration

readonly attribute boolean shiftKey;

Discussion

If true, the shift key is pressed; otherwise, it is not. If there is no keyboard, this value is false.

See Also

Accessing Properties