I would like “Change focus to window named” (and possibly also “change focus to window N”) added to the Manipulate a Window action. I know how to do it in AppleScript, but it would be more elegant if handled by KM. Also, there is a lot of weirdness around window indices that can catch the unwary – and sometimes the wary – by surprise. AppleScript example for those wondering:
tell application "TextEdit" to set the index of the first window whose name is "Read Me.rtf" to 1