keyV constant

Represents the location of the "Key V" key on a generalized keyboard.

Implementation

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