You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, as described in the documentation [hs.window:raise()](https://www.hammerspoon.org/docs/hs.window.html#raise), "Brings a window to the front of the screen without focussing it".
Unless another window for the same application is focused. Then focus will shift to the raised window.
Example:
window1 is a Finder window and window2 is a Finder window.
Focus window1
window2:raise()
Focus has shifted to window2.
Are there any workarounds for this behavior?
The text was updated successfully, but these errors were encountered:
I guess you can write a wrapper function. If the current app is the same as the window you want to raise, save the window, raise the other window, select previous window.
Hello, as described in the documentation
[hs.window:raise()](https://www.hammerspoon.org/docs/hs.window.html#raise)
, "Brings a window to the front of the screen without focussing it".Unless another window for the same application is focused. Then focus will shift to the raised window.
Example:
window1
is a Finder window andwindow2
is a Finder window.window1
window2:raise()
window2
.Are there any workarounds for this behavior?
The text was updated successfully, but these errors were encountered: