Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- F2::
- WinGet, id, list,,, Program Manager
- Loop, %id%
- {
- this_ID := id%A_Index%
- WinGetTitle, active_title, A
- WinGetTitle, title, ahk_id %this_ID%
- If title = %active_title%
- Continue
- WinMinimize, %title%
- }
- return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement