Is it possible to use ControlSend, or some other method, to send keystrokes to a specific process? I need to be able to send the key(s) without focusing on the window, and its possible to have multiple windows with the same name open so I cannot use normal ControlSend as I cannot control if it is sent to the first or second window. I would like to be able to send it to a specific process so I can specify (via identifying the proper process) which window to send the keys to.