Hi all, I hope the title is self-explanatory enough. I am attempting to set up Power Automate with a flow to take specific inputs from an external HID device (numpad) to return a global shortcut key/macro keypress. I've been able to set it up to this point, only reading input from a specific HID device and returning a shortcut keypress. I'm doing this for streaming and I need multiple programs (sometimes at the same time) to read these inputs and execute certain functions while I'm in the throes of another program such as a game or web browser.
Unfortunately it is to my understanding that the Send Keys command can ONLY send keys to the currently active window and because of that it makes it functionally useless for what I want to do.
Is there any possible workaround or way to make the keys get sent globally, system wide? Regardless of active window?