So I have a gesture enabled for "Toggle Window Resizing" and the only annoying thing is that the window is always moved as if the mouse is at the bottom right corner. So if I have a window on the RIGHT HALF of the screen I can't expand it towards the left because the feature moves the window as if it is grabbing it form the lower right corner.
I thought about creating conditional rules based on mouse postion but the function doesn't have any options. It would be nice if it could detect which of the 4 quadrants the mouse is in and move from the corner closes to there.
unfortunately there is no API to achieve that. The only way would be to resize and move simultaneously but this is really not smooth and comes with various issues.
Ah I see ok thank you Andreas. As an alternate, would it be possible to have a trigger that moves the mouse and presses+holds. I was thinking about creating conditions that would move the mouse to a corner based on which quadrant it's in but I dont see a "click+hold" option only L/Mid/R clicks.
that can be achieved with the "custom mouse buttons and modifiers" action. What gesture are you using to trigger the toggle?
im using the "4 finger double tap" and "3 finger tip tap right," so theoretically if i use tiptap i can just keep 3 fingers on the trackpad (i have 3 finger drag enabled in macOS) and achieve this?