open constant

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

Implementation

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