keyN constant

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

Implementation

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