numLock property
final
Whether the NumLock key state should be checked for trigger to activate the shortcut.
It defaults to LockState.ignored, meaning the NumLock state is ignored when the event is received in order to activate the shortcut. If it's LockState.locked, then the NumLock key must be locked. If it's LockState.unlocked, then the NumLock key must be unlocked.
See also:
Implementation
final LockState numLock;