keyX constant

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

Implementation

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