tab constant

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

Implementation

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