keyY constant

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

Implementation

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