pub trait ModifiersStateExt { const PRIMARY: Self; }
Helper constants for [ModifiersState]
ModifiersState
The modifier key used for shortcuts.
For Apple based platforms, this is [ModifiersState::SUPER]. This corresponds to the Apple/Command key.
ModifiersState::SUPER
For all other platforms, this is [ModifiersState::CONTROL].
ModifiersState::CONTROL