[Juho's AutoHotkey Tutorial #15 Window Manipulation] Part 3-1 Window Max Min Close Title MenuSelect

preview_player
Показать описание
In this video, we're going to go through lots of AHK window action commands such as WinActivate, WinActivateBottom, WinMaximize, WinMinimize, WinRestore, WinMinimizeAll, WinMinimizeAllUndo, WinClose, WinKill, WinSetTitle, and WinMenuSelectItem.

Where to Find the Script(s) in this video:

Other relevant videos:

Other useful scripts:

To take a look at my AutoHotkey tutorial plan:
• select the dropdown list and click the item See Tutorial Plan Here

AutoHotkey Playlists

Background Music at the end: Ehrling - Lounge

#AutoHotkey #AHK #Automation #Programming #Coding #Course #Tutorial #AHK #Productivity #Efficiency #Office #Shortcut #Hotkey #Macro
Рекомендации по теме
Комментарии
Автор

Hey, Nice Video!
Do you know if there is a way to tell an application (such as notepad in your example) that it's focused, even though it is not?
I need this because I have an app which detects whether it's running in the foreground or not, and only if it does accept any keystroke inputs (even with ControlSend)
Thanks!

MarlonSalewski
Автор

Hello Juho! Thanks for the awesome tutorial. I've finally understood some of the commands! And the windows match mode omg... Thank you.

My question is... How can I apply WinMove to a second monitor? I've googled and a response of Lexikos from 2009 that says to

"Use SysGet, Mon2, Monitor, 2 to get the co-ordinates of the second monitor, then move the window to Mon2Left+X, Mon2Top+Y. "

Yet I'm a newbie and still very confused. Thank you in advance!

maojijirou
Автор

hello please help me, i did script Media_Stop:: Volume_Up like this and it is working but if i hold key (Media_Stop) it does not do anything so if i want to up volume i have to keep clicking the button (Media_Stop) what should i do if i want to hold the button (Media_Stop) and watch how volume goes up ?

sandrotsomaia