Hey, I've been using this software for a good while with my friends and we've enjoyed it a lot. However the software sometimes struggles in tedium of keeping track of multiple keybinds and having to manually toggle everything. I had been trying to create a small tool to help us keep track of currently active toggles and doing bunch of logic, in which it'd send required inputs to PNGTuberPlus window.
Problem became though having an input that sends to it. It can register global inputs like [System.Windows.Forms.SendKeys]::SendWait('m')
However that could conflict with other apps, which I wanted to avoid. I've tried multiple options like PostMessage, SentInput or nircmd's "sendkey" command, however to no avail. I was hoping for a solution, or possible addition in PNGTuber itself to detect PostMessage.... Since I kinda ran out of ways to go about it.