Custom HTML Prompt: Finding window when "Floating" is false?

When I'm using a non-floating Custom HTML Prompt, it can't be alt-tabbed to. It also doesn't show up in the Dock (and I wouldn't expect it to). Any ideas on how I can get back to it when it it's hidden under other windows, or on another desktop?

@peternlewis I'm tagging you in case there's some KM trick I can use here.

How about `?

That didn't work for me, but I hadn't thought about Mission Control, which does work for me.

3 Likes

Hey Dan,

What about:

tell application "System Events"
   tell application process "Keyboard Maestro Engine"
      set frontmost to true
   end tell
end tell

-Chris

1 Like