metaKey
The KeyboardEvent.metaKey
read-only property returning a boolean value that indicates if the Meta key was pressed (true
) or not (false
) when the event occurred.
The KeyboardEvent.metaKey
read-only property returning a boolean value that indicates if the Meta key was pressed (true
) or not (false
) when the event occurred.