convert constant

GameShortcutsShortcut const convert

Represents the location of the "Convert" key on a generalized keyboard.

Implementation

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