mediaTrackNext constant

GameShortcutsShortcut const mediaTrackNext

Represents the location of the "Media Track Next" key on a generalizedkeyboard.

Implementation

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