BoatBodger
New Member
I too would find this helpful. Brute force methods cause a dialog next time you start up OBS, and that is not user friendly, and a pain to code around in the managing script. For me, the best way to achieve this would be to add an 'exit' command to the OSC plugin. I already use that to gracefully shut down the virtual camera. What we want to to is simulate the pressing of the 'exit' button on the UI
For now, I'm using the node robot.js library to send the key Alt-F4 to the process window. Right now, I am trying to figure out how to do that on a MAC - right now, can't find a keystroke to achieve the same effect - 'Command Q' looks as if it is supposed to do it, but doesn't
For now, I'm using the node robot.js library to send the key Alt-F4 to the process window. Right now, I am trying to figure out how to do that on a MAC - right now, can't find a keystroke to achieve the same effect - 'Command Q' looks as if it is supposed to do it, but doesn't