f7 constant

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

Implementation

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