Like ControlClick in autohotkey / autoit
I was able to send keystrokes to background window using:
Code: Select all
FindObject>hWndParent,RenderWindow,,1,hWnd,X1,Y1,X2,Y2,result
ObjectSendKeys>hWnd,VK54
Moderators: JRL, Dorian (MJT support)
Code: Select all
FindObject>hWndParent,RenderWindow,,1,hWnd,X1,Y1,X2,Y2,result
ObjectSendKeys>hWnd,VK54