BTT 5.566 alpha adds a new variable that can be used in trigger conditions "last_trackpad_force".
E.g. if you want to have two gestures, a standard click swipe and a force click swipe you'd set up two click swipes. For one you add a condition last_trackpad_force > 500 (for example) and for the other you'd add a condition last_trackpad_force < 500
Thank you! That works! Four new gestures, I love it. And since my 3F swipes and clickswipes trigger different actions depending on where on the screen I do them, it means 28 new gestures!
Ran into another problem though. I have a trigger defined for 3F force click. Now, when I trigger a 3F force clickswipe, it also triggers the 3F force click.
FYI: I tried adding Condition: trackpad_touch_swipe_distance <= 20 AND trackpad_mouse_distance_since_initial_touch <= 20 to the 3F Force Click, but it still fires.