Mouse trigger also applies to trackpad (shouldn't)

Hello, I have created a trigger in the "Mouse" section allowing the action of refreshing the web page by double clicking on the right button of my bluetooth mouse. It works fine. But the problem is that when I double-tap with two fingers on my trackpad, it also triggers the page refresh action. Now, I'd like the action to be triggered only by the mouse, and not by double-right-clicking on the trackpad. Thanks for your help.
Device information:

  • Type of Mac: MacBookAir
  • macOS version: 15.1.1
  • BetterTouchTool version: 4.9999

You can use an advanced trigger condition:

For standard mouse actions, the trackpad poses as a standard mouse - which is why this works. It is intended behavior.

:+1:
Thank you for your responsiveness and response.