metaKey property

bool metaKey

Whether the Meta key (on Mac keyboards, the ⌘ Command key; on Windows keyboards, the Windows key ()) was active when the key event was generated.

See developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/metaKey

Implementation

external bool get metaKey;