f23 constant

Represents the location of the "F23" key on a generalized keyboard.

Implementation

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