keyL constant

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

Implementation

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