hotkeyList property

Future<List<String>> get hotkeyList

Gets an array of all hotkey names in OBS

  • Complexity Rating: 3/5
  • Latest Supported RPC Version: 1
  • Added in v5.0.0

Implementation

Future<List<String>> get hotkeyList async => await getHotkeyList();