f1 constant

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

Implementation

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