Advertisement
Guest User

Untitled

a guest
Apr 21st, 2023
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1.  
  2. F2::
  3. WinGet, id, list,,, Program Manager
  4. Loop, %id%
  5. {
  6. this_ID := id%A_Index%
  7. WinGetTitle, active_title, A
  8. WinGetTitle, title, ahk_id %this_ID%
  9. If title = %active_title%
  10. Continue
  11. WinMinimize, %title%
  12. }
  13. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement