keyQ constant

Represents the location of the "Key Q" key on a generalized keyboard.

Implementation

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