Results 833 comments of Ryan Hanson

@spiritualgeek Using this terminal command is setting an internal flag in Rectangle Pro: ``` defaults write com.knollsoft.Hookshot systemWideMouseDown -int 1 ``` (Hookshot is the old name of Rectangle Pro) The...

There's likely nothing that can be done Rectangle side for this, but I'll take another look at the logic and see if I can come up with a workaround. What's...

There's a button in the settings tab for this, perhaps you just missed it.

Here is the terminal command to enable it: ``` defaults write com.knollsoft.Rectangle launchOnLogin -bool true ``` The setting will take effect the next time the app is launched (relaunch it...

Thanks for reporting. Looks like I have a bug here. I'll add this to my backlog for the next release.

Thanks for following up. I am about to start a bug fixing stint this week on Multitouch and will keep you posted. At the very least, Multitouch will continue to...

Alright, so sort of embarrassingly, I believe this is just a poorly communicated part of the Multitouch UI, and it comes from an early Rectangle implementation. Checking this box will...

Thanks for your thoughts! > I think my desire to be able to set a custom list of gestures to cycle through is missing, right? If I understand correctly, you...

Hmm, let me give things a look and see if something's not hooked up right.

This is on my backlog - just haven't gotten to it yet. I'll give it a bump and hopefully get to it soon.