launchAudioBrowser constant

GameShortcutsShortcut const launchAudioBrowser

Represents the location of the "Launch Audio Browser" key on a generalizedkeyboard.

Implementation

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