f22 constant

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

Implementation

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