copy constant

Represents the location of the "Copy" key on a generalized keyboard.

Implementation

static const GameShortcutsShortcut copy = GameShortcutsShortcut(
  key: PhysicalKeyboardKey.copy,
  name: 'copy',
);