semicolon constant

GameShortcutsShortcut const semicolon

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

Implementation

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