Two finger tap top left

I have used the gesture "1 finger tap top left"

But on the built in trackpad of the macbook pro I end up triggering this gesture while my fingers are resting below the keyboard.

How can I set up "Two finger tap top left"

@Andreas_Hegenberg would you like to add this to feature list?

Thank you,

Related posts:
Two finger taps at top or bottom - Discussion & Questions - BetterTouchTool Community (folivora.ai)

@Andreas_Hegenberg if you can expose some kind of plugin architecture i can write the code.

you could setup a standard two finger tap and limit the area where it executes using advanced trigger conditions:

fingers_touching_trackpad == 2 AND leftmost_touch_x_percent <= 20 AND leftmost_touch_y_percent > 90