keyI constant

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

Implementation

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