Send shortcuts to a minimized program without losing focus when using another program

Viewed 35

I have two windows. I want to control the first window with my real mouse and keyboard and at the same time I want to send keystrokes to the second window which is minimized.

Everything works fine the problem is when sending commands to the minimized window I lose focus of the window I'm working on.

Is it possible to work without lose focus?

I'm using controlsend inside a loop

ControlSend

ControlSend,, {Right}, ahk_pid 17972
0 Answers
Related