Well it was working but since those commands don't have static IDs, each and every new build of XY breaks it. With as frequent as that is I don't have the ability to keep things updated at all times.
That leaves three options:
1) Replace the SendMessage commands, by SendInput {Alt Down}W{Alt Up}... so that it simulates navigating the menubar. This is sloppy and I don't like it one bit.
2) Replace the SendMessage with a SendInput that sends the shortcuts keys for the commands. This is also sloppy and I have no way of relying on the shortcuts keys being the defaults, and I don't want to add config files or a gui to this.
3) We convince Don to at the very least use static IDs for these three commands, so that they don't change each time or to implement the feature himself.
Granted since no one has said anything about the hotkey and I don't find it that useful, perhaps I should just remove it...
