keyK constant

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

Implementation

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