copy constant
GameShortcutsShortcut
const copy
Represents the location of the "Copy" key on a generalized keyboard.
Implementation
static const GameShortcutsShortcut copy = GameShortcutsShortcut(
key: PhysicalKeyboardKey.copy,
name: 'copy',
);