Skip to content

Instantly share code, notes, and snippets.

@crazylion
Created June 11, 2015 17:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save crazylion/63d5a82b3d9c54ca2bab to your computer and use it in GitHub Desktop.
Save crazylion/63d5a82b3d9c54ca2bab to your computer and use it in GitHub Desktop.
autohotkey - always on top
Loop,30
{
IfWinNotActive,empty
{
WinActivate,empty
}
sleep, 5000
}
return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment