keyJ constant

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

Implementation

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