keyZ constant

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

Implementation

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