What, doesn't everyone sit around the fire on dark winter evenings reading books about the Inquisition? I thought everybody did this.
The double-irony here, in case you didn't notice, is that 1568 and the
Dutch Revolt are referred to as your
Golden Age (I learned everything I ever needed to know about light from Vermeer), so (as usual) I'm easily amused. And the idea of squishing a few million heretics is just icing on the cake. (You don't see the [joking] connection between heresy and having affairs with other file-managers? Your marriage must be quite a liberal one.

)
The mouse-store/restore after sending the keystrokes is because they open the Colour Coding window which automatically relocates the mouse-pointer on the "Ok" button - so when the window is automatically closed, the mouse is left sitting in a different location than when you clicked the toolbar button. If you use toolbar buttons, one generally expects the mouse to still be hovering over it when you're done clicking, rather than zipping elsewhere, no? A personal preference.
In AHK it's a simple matter of
MouseGetPos, X, Y
Send(...)
MouseMove, X, Y, 0
and in AutoIt:
$xy = MouseGetPos()
Send(...)
MouseMove($xy[0], $xy[1], 0)
...just to keep both sides of
that heretical fence happy.
(Incidentally, it has been pointed out that by the standards of metallurgy, our male-anatomical "Member" status gets progressively softer the more you ascend by posting - so having an open marriage is just as well, now that you're softer-than-silver Gold.

And don't ask about Platinum. You may thank user narayan for
that little tidbit of observational lunacy.)