Force Click Swipe

I searched the forum, but couldn't find this:

There are 3F click, 3F force click, 3F swipes and 3F click swipes - but no 3F force click swipes.

I use the 3F gestures for window management, and I could really use a few more gestures. 3F force click swipes would be the win!

And, with my very limited knowledge about your code, I don't think it would be that complicated since all the others are already there?

2F and 4F (force) click swipes would also be great, but I found that feature request already existed.

Regards
/P

Andreas: I need more gestures! So I'm bumping this old request, hoping you'll see it.

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

(the force value is in grams)

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.