superKey constant

KeyModifiers const superKey

Represents the Super (Windows/Command) key modifier.

Implementation

static const KeyModifiers superKey = KeyModifiers._(0x08);