f4 constant
GameShortcutsShortcut
const f4
Represents the location of the "F4" key on a generalized keyboard.
Implementation
static const GameShortcutsShortcut f4 = GameShortcutsShortcut(
key: PhysicalKeyboardKey.f4,
name: 'f4',
);