keyO constant

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

Implementation

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