KeyboardEvent.MetaKey

KeyboardEvent.MetaKey property

true if the meta (Meta) key modifier was active.

public bool MetaKey { get; }

Property Value

true if Meta; otherwise, false.

See Also