Guest User

Close Sublime Text popup

a guest
Aug 17th, 2016
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ; Close Sublime Text popup.
  2. SetTitleMatchMode, 2
  3. #Persistent
  4. SetTimer, CloseSublimePopup, 100
  5. return
  6.  
  7. CloseSublimePopup:
  8. IfWinExist, ahk_class #32770, Purchase
  9. WinClose, ahk_class #32770
  10. return
Advertisement
Add Comment
Please, Sign In to add comment