keyM constant

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

Implementation

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