keyT constant

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

Implementation

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