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.
A Boolean value indicating whether the meta key is pressed.
readonly attribute boolean metaKey;If true, the meta key is pressed; otherwise, it is not. If there is no keyboard, this value is false.