Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ; Close Sublime Text popup.
- SetTitleMatchMode, 2
- #Persistent
- SetTimer, CloseSublimePopup, 100
- return
- CloseSublimePopup:
- IfWinExist, ahk_class #32770, Purchase
- WinClose, ahk_class #32770
- return
Advertisement
Add Comment
Please, Sign In to add comment