Skip to content

Commit 07db446

Browse files
39 three finger select feature request (#41)
* feat: add Allow Relift During Drag option Implements Linux-style text selection where drag continues with 2+ fingers once initiated with 3 fingers. This allows lifting and repositioning the third finger while maintaining the drag. - Add allowReliftDuringDrag to GestureConfiguration and UserPreferences - Modify GestureRecognizer to allow drag with 2+ fingers when enabled - Add toggle in Advanced menu in MenuBarController - Add 9 unit tests for new behavior Closes #39 * fix: improve mouse movement smoothing and speed - Fix EMA smoothing to properly blend current delta with previous instead of damping movement to 30% - Add previousDeltaX/Y tracking for proper exponential moving average - Reset smoothing state when drag ends - Increase base scale factor from 800 to 1600 to match normal trackpad speed * fix: Copilot suggestions
1 parent 07447be commit 07db446

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

MiddleDrag.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@
425425
"@executable_path/../Frameworks",
426426
);
427427
MACOSX_DEPLOYMENT_TARGET = 15.0;
428-
MARKETING_VERSION = 1.4.0;
428+
MARKETING_VERSION = 1.3.5;
429429
OTHER_LDFLAGS = (
430430
"-framework",
431431
MultitouchSupport,
@@ -468,7 +468,7 @@
468468
"@executable_path/../Frameworks",
469469
);
470470
MACOSX_DEPLOYMENT_TARGET = 15.0;
471-
MARKETING_VERSION = 1.4.0;
471+
MARKETING_VERSION = 1.3.5;
472472
OTHER_LDFLAGS = (
473473
"-framework",
474474
MultitouchSupport,

0 commit comments

Comments
 (0)