f13 constant

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

Implementation

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