Magic Mouse Two Finger Bug

I have the setting “Raise / lift all fingers before clicking,” enabled on my BTT configuration.

Two finger clicks are still recognizing before I raise all fingers. I am able to do the following:

  • Have both fingers on the mouse
  • Raise my index finger while my middle finger is on the mouse
  • Click with my index finger
  • This is resulting in the “two finger” click happening

My expectation here would be:

  • I am required to raise both fingers and click with both fingers before a “two finger” click is recognized

I am using the latest 6.396 of BTT on Mac OS Tahoe 26.4.1 on an M1 Max Macbook Pro.

This video show cases the gesture triggering:

One more thing I noticed is that BTT is not respecting the following advanced condition:

Condition: fingers_touching_magic_mouse == 2 AND magic_mouse_touch_duration <= 0.2 AND left_mouse_down == 1

I am monitoring the variables, and occasionally, even though the magic_mouse_touch_duration is significantly higher than 0.2, the action is still triggering.