I’m trying to map macOS’s built-in window snapping features to trackpad gestures using BetterTouchTool.
I have a double-tap gesture set up to trigger the “Center window” keyboard shortcut (assigned in System Settings). That part works perfectly.
Now, I’d like a double-tap on the window after it's been centered to trigger macOS’s “Return to previous position” (which I’ve already assigned its own shortcut).
I’m looking for the simplest way to build in BTT i.e. detect whether the window is already centered, and if so then triggering to return the previous position keyboard shortcut.
ChatGPT is giving me conflicting suggestions...
Thanks in advance