numpadMemoryStore constant

GameShortcutsShortcut const numpadMemoryStore

Represents the location of the "Numpad Memory Store" key on a generalizedkeyboard.

Implementation

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