I'd prefer having conditions in the Mouse file, Key file etc.
Maybe adding something like an id to autoproperties making events only apply for windows with id X.
Like:
FrameTitle {
Id = "X" {
Enter = "Any Any" { Actions = "Unset Shaded" }
}
...
}
Or is that not intuitive?