Bring to front all windows in node when one is focused #1726
Answered
by
nikitabobko
bshowell0
asked this question in
questions-and-answers
Answered by
nikitabobko
Jul 30, 2026
Replies: 2 comments 1 reply
|
I'm interested in this one as well. I haven't seen anything in the docs that refers to showing all children of a container when any child of that container is focused. |
0 replies
|
@nikitabobko Is this something you would consider merging if I implemented it? If so, any specifics on how you would want it done, or if you want it as a config option, etc.? |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


There is no public API to raise unfocused windows without potentially focusing the raised window.
AXUIElementPerformAction(window, kAXRaiseAction as CFString)will focus the window if it belongs to the currently active applicationCrosslinking prev discussions: #899