f8 constant

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

Implementation

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