numpadMemorySubtract constant

GameShortcutsShortcut const numpadMemorySubtract

Represents the location of the "Numpad Memory Subtract" key on ageneralized keyboard.

Implementation

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