copyOtherShortcut top-level property

CrossPlatformSingleActivator copyOtherShortcut
final

The hotkey for copying other things.

Implementation

final copyOtherShortcut = CrossPlatformSingleActivator(
  LogicalKeyboardKey.keyC,
  shift: true,
);