

This is how I would have expected to code this in AutoHotKey: I had a hotkey set up in Streamlabs to change to a certain scene when I pressed CTRL+F1 (The F1 key, not "F" and "1"). To fix this, I had autohotkey simulation holding the keys down for.

Second, just sending a key seems to be too fast for Streamlabs to recognize, which is why nothing happens in streamlabs. First, AutoHotKey uses the ^ key when listening for the CTRL key, but you can't use that when sending that key. I figured out a solution so I figured I'd post it in case anyone else has a similar issue in the future and stumbles upon this post.

I was having a ton of issues today and I found a few posts across the internet with no solution of people having an issue with streamlabs no registering hotkey commands.
