f4 constant

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

Implementation

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