rxhanson / RectanglePro-Community

Bug reports and discussion for the Rectangle Pro app
https://rectangleapp.com/pro
98 stars 1 forks source link

Fill Left/Right doesn't work well with stage manager #258

Open 100kimch opened 1 year ago

100kimch commented 1 year ago

Hi, I'm huge fan of rectangle pro, but there are some bugs nowadays.

https://user-images.githubusercontent.com/10914972/232356844-28d5d3b5-fe84-40a4-a67c-0fce208175bb.mov

I used to use "Fill Left" or "Fill Right" in the tab "Keyboard Shortcuts", and It did work well. However, it recognizes left side of the stage manager's windows after some updates. I expect "Fill RIght" to be just toggled between full screen and right half of the screen when there isn't any windows on the left.

Please fix this. Thanks.

rxhanson commented 1 year ago

You can switch back to the old fill left/right implementation with this terminal command, followed by an app restart:

defaults write com.knollsoft.Hookshot fillLeftRightVersion -int 1

rxhanson commented 1 year ago

I'll plan on accounting for stage manager in the newer fill left/right implementation in the next release.

100kimch commented 1 year ago

@rxhanson thanks for the quick response. It works much better but one thing to point out is that fill left and right works differently; "fill right" does toggles between right side of the screen & full screen. On the other hand, "fill left" only moves the window to the left.