kanaMode constant

GameShortcutsShortcut const kanaMode

Represents the location of the "Kana Mode" key on a generalized keyboard.

Implementation

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