copyOtherShortcut top-level property
The hotkey for copying other things.
Implementation
final copyOtherShortcut = CrossPlatformSingleActivator(
LogicalKeyboardKey.keyC,
shift: true,
);
The hotkey for copying other things.
final copyOtherShortcut = CrossPlatformSingleActivator(
LogicalKeyboardKey.keyC,
shift: true,
);