numpadSignChange constant

GameShortcutsShortcut const numpadSignChange

Represents the location of the "Numpad Sign Change" key on a generalizedkeyboard.

Implementation

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