Skip to content

Instantly share code, notes, and snippets.

@AlexP11223
Created August 27, 2018 19:33
Show Gist options
  • Save AlexP11223/200fd119384fc62cb1738efc8fc76931 to your computer and use it in GitHub Desktop.
Save AlexP11223/200fd119384fc62cb1738efc8fc76931 to your computer and use it in GitHub Desktop.
#Persistent
SetKeyDelay, 0
SetTimer, SkypeUpgrade, 250
return
SkypeUpgrade:
If WinExist("ahk_class TUpgradeForm")
{
ControlSend, , {Esc}, ahk_class TUpgradeForm
Sleep, 1000
}
return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment