launchKeyboardLayout constant

GameShortcutsShortcut const launchKeyboardLayout

Represents the location of the "Launch Keyboard Layout" key on ageneralized keyboard.

Implementation

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