Advertisement
Guest User

Untitled

a guest
Oct 21st, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. #SingleInstance ForceIgnoreOff
  2.  
  3. SetTitleMatchMode RegEx
  4.  
  5. GroupAdd Swap, Nwach
  6. GroupAdd Swap, Totally-Not-Nwach
  7. GroupAdd Swap, Captain-Nwach
  8. GroupAdd Swap, Noich-Sur-Vingt
  9.  
  10. Tab::GroupActivate Swap
  11.  
  12. XButton1::
  13. Send {LButton}
  14. sleep, 50
  15. GroupActivate Swap
  16. return
  17.  
  18. #IfWinExist, Nwach
  19. {
  20. F1::WinActivate Nwach
  21. }
  22. #IfWinExist, Totally-Not-Nwach
  23. {
  24. F2::WinActivate Totally-Not-Nwach
  25. }
  26. #IfWinExist, Captain-Nwach
  27. {
  28. F3::WinActivate Captain-Nwach
  29. }
  30. #IfWinExist, Noich-Sur-Vingt
  31. {
  32. F4::WinActivate Noich-Sur-Vingt
  33. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement