rxhanson / RectanglePro-Community

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

snap not working with some qt-based apps #424

Closed daviehh closed 9 months ago

daviehh commented 9 months ago

For some qt-based apps (e.g. the flash card app Anki https://github.com/ankitects/anki), the drag-to-snap does not work, and dragging the window do not show the snap panel. Both drag-to-snap and snap panel works with other apps. The windows can be controlled with Rectangle's menubar commands (e.g. left half, etc), just the snap feature seems non-functional. Thanks!

rxhanson commented 9 months ago

Thanks for reporting!

If you don't mind, try this terminal command then restart Rectangle Pro and see if you still have the issue:

defaults write com.knollsoft.Hookshot systemWideMouseDown -int 1
daviehh commented 9 months ago

Fixed after the defaults write, thanks for the quick response!