keyH constant

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

Implementation

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