I'm working on a small Python script using the new scripting options available in 21.x. The script is nothing special, but it relies on having an OBS hotkey set up. I've figured-out how to register a hotkey and everything works swimmingly while the program is open. But as soon as OBS is closed and re-launched, the registered hotkey disappears and needs to be set again in settings.
The script is otherwise saving all of the settings from its properties, but the hotkey is not saved. I'm registering the hotkey in the "script_load" function.
Is this a bug, or is there something I'm missing? Any advice would be appreciated.
The script is otherwise saving all of the settings from its properties, but the hotkey is not saved. I'm registering the hotkey in the "script_load" function.
Is this a bug, or is there something I'm missing? Any advice would be appreciated.