control property
final
Whether either (or both) Control keys should be held for the character to activate the shortcut.
It defaults to false, meaning all Control keys must be released when the event is received in order to activate the shortcut. If it's true, then either one or both Control keys must be pressed.
See also:
Implementation
final bool control;