AutoIt - Sends simulated keystrokes to the inactive window. 要想给失去焦点的窗体(inactive window)创建 “快捷键” 需要使用 HotKeySet 函数进行关联,而不能使用GUISetAccelerators 给窗体或空间关联快捷方式。 1$Form1 = GUICreate("AcceleratorDemo",160,60, -1, -1) 2Opt("GUICoordMode",2) 3$Btn1 =...
Hello, i want to send a key to an inactive window. Its the game "lord of the rings" and this is my code ;-) (i am using the german client) ControlSend("Der Herr der Ringe Online: Schatten von Angmar", "", "", "c") This are my WindowInfos: CODE>>> Window
I've just tried clicking on the window using MouseClick. Thanks for the clicking suggestion, but the button controls are not visible. It gave me the idea. The click is absolute - I've run cmdow from the AutoIt script to get the window on top and to a particular position. It looks li...
Files master src Themes Config.au3 Global.au3 Hook DLL.dll Hook.au3 Main.au3 Settings.ini SkinWindow.au3 TransWinAPI.au3 windows hook src .gitignore LICENSE.md README.mdBreadcrumbs BorderSkin-AutoIt /src / TransWinAPI.au3 Latest commit
Say I have Window1 and Window2 and Window1 is active. Is it possible to send keyboard input to Window2 without losing focus on Window1? Basically Window1 must stay active the entire time.I do not think you can do this directly but you can do that: AutoItSetOption("WinTitleMatchMode",...
Hello, I'm a newbie with Autoit, but managed to do a simple script that works with our erp system (qad) when opened in active window. The commands were sent using Send, MouseClick etc. But it doesn't work on a remote machine if the rdc is closed or minim
I need to Send the f key to an inactive window and have it remain inactive while doing so. There are no useable controls. Does anyone know how to do this? And, if so, can you walk me through how I would send the f key to an inactive window, if the answer turns out t...
* Also, a reference somewhere on the Send function page (probably in 'remarks') that to find information on sending keys to inactive windows or minimized windows, please look at ControlSend. -- I notice ControlSend is at the bottom of the page in the "Related" section, but a quick commen...
Then those process logs data in window event log, and a syslog agent send it to a server to centralise data. the next goal is a php mysql application to make reports. I am not yet finished, always in test, and you ? Melba23
i cant send key to inactive window(a game client).when i use send a---z key its able(im using controlsend()) but cant send 12345678 or F1 F2 ...F8.Can u help me pls.i got blank controlid but its still not work.i think i have to use sendmessage or postmessage.Anyone help me...