Discord Control Focus, I'm trying to make a scr

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
SSena
Posts: 4
Joined: 19 Sep 2021, 20:56

Discord Control Focus, I'm trying to make a scr

Post by SSena » 19 Sep 2021, 21:04

Code: Select all

B::
loop 1000000 {	
SetTitleMatchMode, 2
ControlFocus,, ahk_exe notepad.exe
Sleep 5000
}
[Mod edit: [code][/code] tags added.]

User avatar
mikeyww
Posts: 26885
Joined: 09 Sep 2014, 18:38

Re: Discord Control Focus, I'm trying to make a scr

Post by mikeyww » 20 Sep 2021, 05:40

Should readers know what to do with this script?

Post Reply

Return to “Ask for Help (v1)”