keyD constant

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

Implementation

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