keyS constant

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

Implementation

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