keyF constant

Represents the location of the "Key F" key on a generalized keyboard.

Implementation

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