comma constant

GameShortcutsShortcut const comma

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

Implementation

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