insert constant

GameShortcutsShortcut const insert

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

Implementation

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