Search found 1 match
- 24 Mar 2016, 07:10
- Forum: General
- Topic: SendKeys to an application in the background
- Replies: 0
- Views: 14113
SendKeys to an application in the background
Hi! I'm trying to accomplish a simple task - always send a certain keyboard (I have two) to a specific window or application. I'm close but I can't figure out the syntax to SendKeys to a certain spot. In AutoHotKeys this works: #SingleInstance force SetTitleMatchMode, 2 #IfWinExist AppNameHere y:: C...