f14 constant

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

Implementation

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