Raise a floating menu to front

Hi,

I have a floating menu with window level 0 (normal). When it gets buried under other app windows, I’d like a way to bring it back to the front.

My ideal trigger behavior:

  • If menu is hidden → show it

  • If menu is shown but buried → raise it to front

  • If menu is shown and already on top → hide it

“Show Floating Menu” doesn’t re-raise it if it’s already shown. Activating btt opens a configuration window. I do not want to increase the window level because I need normal window behaviour.

Is there a way to “Raise Floating Menu to Front”that I’m missing? Or detect if is already visible?

Thanks

Something like this should work:



Note: due to macOS limitations, this needs to activate BTT - which will bring other BTT standard windows to front as well. It works best if BTT preferences are not open.

Thanks Andreas