Hey, just wanted to thank you for this. Content is never useless, and someone gains value from it somewhere. :) I didn't like the mac scripting approach so I changed it to python but it worked perfectly, you are a legend. :)
Perfect solution, appreciate it! I went ahead and tweaked the script so that it only presses the F keys as the hotkeys within Streamlabs so it doesn't cause any conflicts with other programs while using it. I use Logic and have the F keys set for shortcuts that it was also triggering at the same time - so this fixes that: repeat
tell application "Streamlabs OBS" to activate
tell application "System Events" to tell process "Streamlabs"
Hey, just wanted to thank you for this. Content is never useless, and someone gains value from it somewhere. :) I didn't like the mac scripting approach so I changed it to python but it worked perfectly, you are a legend. :)
That’s awesome! Thank you for your kind words. My coding knowledge is near 0 but would be curious as to what you created!
@@DanieleBuattiI’ll make it public and send you the link. 😊
@@JustinHennessyhey man! Care to send me the link to the Python script and possible tutorial? We’d much rather run an app also.
Super useful thank you !!!
Perfect solution, appreciate it! I went ahead and tweaked the script so that it only presses the F keys as the hotkeys within Streamlabs so it doesn't cause any conflicts with other programs while using it. I use Logic and have the F keys set for shortcuts that it was also triggering at the same time - so this fixes that:
repeat
tell application "Streamlabs OBS" to activate
tell application "System Events" to tell process "Streamlabs"
delay 10
key code 122
delay 10
key code 120
delay 10
key code 99
end tell
end repeat
You’re amazing and this is exactly why I posted this video - for improvements :)
Thank you for the video. It worked perfectly!
Aw that’s so good to hear!
Just found this video. Any updates? My wife and I have been racking our brains on how to figure this out.
This no longer works this way
Good to know! I’ll need to do an updated video
Hi bro, did you figure anything out? @@DanieleBuatti