Hi, I've been using SaaS mindmap program comapping.com (and I recommend it!). Naturally it lacks some functionality I'd like (else why would AHK exist?!).
I want to write some scripts that run only if the active tab is a comapping document. The snag is, the tab title consists of only the name of the map, and doesn't mention "comapping."
For instance, go to
http://go.comapping.com/comapping.html and click Welcome; you'll see a map called Welcome, in a tab entitled Welcome, and the Windows title bar says "Welcome - Mozilla Firefox".
AU3_spy doesn't find any magic bullets.
The only thing I can think of is, how could I detect whether the active address line starts with "http://go.comapping" and otherwise just pass through the hotkey? Or is there another way? I looked at some recent maybe-applicable posts elsewhere, but got confused.
Thanks!