ObsTriggerHotkeyByKeySequenceCommand constructor

ObsTriggerHotkeyByKeySequenceCommand()

Implementation

ObsTriggerHotkeyByKeySequenceCommand() {
  argParser
    ..addOption(
      'key-id',
      mandatory: true,
      valueHelp: 'string',
      help:
          'The OBS key ID to use. See https://github.com/obsproject/obs-studio/blob/master/libobs/obs-hotkeys.h',
    )
    ..addOption(
      'key-modifiers',
      valueHelp: 'json',
      help: 'Object containing key modifiers to apply',
    );
}