keyV constant
GameShortcutsShortcut
const keyV
Represents the location of the "Key V" key on a generalized keyboard.
Implementation
static const GameShortcutsShortcut keyV = GameShortcutsShortcut(
key: PhysicalKeyboardKey.keyV,
name: 'keyV',
);