Autohotkey is an invaluable tool for automating tasks we perform hundreds of times per day without even thinking of it. The tasks many only take a few seconds each, but added up over the course of a year or more, it really adds up! One such common task involves switching between applications in Windows. Sure, you can click the application you want on the task bar or use Alt-Tab. But what happens when you have a ton of programs and tabs open?
You have to hunt.
Wouldn’t it be great if you could just press a keyboard shortcut to launch/resume any application? This is where Autohotkey excels. You can configure it for example to toggle between applications based on their window title. But what if you can’t use the window title? This post shows you how to toggle between an application where the title constantly changes and you otherwise have nothing consistent about the application with which to configure Autohotkey to use.