launchWordProcessor constant

GameShortcutsShortcut const launchWordProcessor

Represents the location of the "Launch Word Processor" key on ageneralized keyboard.

Implementation

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