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
Hi!
After I upgraded hammerspoon to 1.0.0, the function hs.spaces.moveWindowToSpace stopped working for all windows except for the Hammerspoon console.
My macOS version is Monterey 12.7.6, the sample code just like this: local currentWin = hs.window.focusedWindow() hs.spaces.moveWindowToSpace(currentWin, 9)
Thanks!
The text was updated successfully, but these errors were encountered:
I'm having the same issue. This used to work, and now, instead of moving the application window to the currently focused space, it activates the space with the application on it.
I see that @asmagill tried to fix this functionality on Sonoma.
It also seems this ticket is basically a duplicate of #3636.
Not sure if the referenced ticket should be reopened or conversation should continue here @cmsj.
Hi!
After I upgraded hammerspoon to 1.0.0, the function hs.spaces.moveWindowToSpace stopped working for all windows except for the Hammerspoon console.
My macOS version is Monterey 12.7.6, the sample code just like this:
local currentWin = hs.window.focusedWindow() hs.spaces.moveWindowToSpace(currentWin, 9)
Thanks!
The text was updated successfully, but these errors were encountered: