Keep app behind active window

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
aweinberg
Posts: 52
Joined: 08 Feb 2019, 15:38

Keep app behind active window

15 Feb 2019, 21:53

Is there a way to keep Chrome hidden when it runs the mouse click? In my code below the screen flashes as it goes from my being in OBS then chrome back to OBS. I would like to keep chrome not flashing on the screen for the second that it opens Chrome and runs the mouse click.

x :=1919 ;place your desired coordinates in these two variables.
y :=1072
f4::

MoveClickBack(x, y)

f5::
{
WinActivate ahk_exe chrome.exe
}



MoveClickBack(a, b)

Send,{LWin Down}{m}{LWin Up}
WinActivate ahk_exe obs64.exe
Return

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Descolada, jaka1, mikeyww, RussF and 319 guests