f3 constant

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

Implementation

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