f17 constant

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

Implementation

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