Contents

metaKey

A Boolean value indicating whether the meta key is pressed.

Declaration

readonly attribute boolean metaKey;

Discussion

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

See Also

Accessing Properties