trigger property
final
The non-modifier key of the shortcut that is pressed after all modifiers to activate the shortcut.
For example, for Control + C
, trigger should be
LogicalKeyboardKey.keyC.
Implementation
final LogicalKeyboardKey trigger;