f2 constant

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

Implementation

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