Mapping trackpad swiping to volume & brightness keys

Firsttime user so bare with me…

I’m basically trying to replicate the functionality of Slidr where e.g. the button right and left can be used to adjuge the brightness and volume, along with “freezing the mouse pointer” while adjusting.

I can’t seem to get it quite as responsive as Slidr. Can anyone help me out?

I’ve attached my exported_triggers to this post (currently only added brightness until I get it to work).

exported_triggers.bttpreset (4.2 KB)

The below 2 gesture triggers are working just fine on my end. I've tested with both volume and brightness:

[
  {
    "BTTLastUpdatedAt" : 1777035704.2195301,
    "BTTTriggerType" : 230,
    "BTTTriggerTypeDescriptionReadOnly" : "1 Finger Swipe Up on Right Edge",
    "BTTTriggerClass" : "BTTTriggerTypeTouchpadAll",
    "BTTUUID" : "B666F1F9-B8E8-44D2-B5C2-315C4565293A",
    "BTTOrder" : 11,
    "BTTActionsToExecute" : [
      {
        "BTTLastUpdatedAt" : 1777035850.2721491,
        "BTTTriggerParentUUID" : "B666F1F9-B8E8-44D2-B5C2-315C4565293A",
        "BTTIsPureAction" : true,
        "BTTUUID" : "2BE9E39D-8DC6-4935-AE6D-60BAF917F6AE",
        "BTTPredefinedActionType" : 198,
        "BTTPredefinedActionName" : "Volume Up (Small Step)",
        "BTTOrder" : 444
      }
    ]
  },
  {
    "BTTLastUpdatedAt" : 1777035716.0428829,
    "BTTTriggerType" : 231,
    "BTTTriggerTypeDescriptionReadOnly" : "1 Finger Swipe Down on Right Edge",
    "BTTTriggerClass" : "BTTTriggerTypeTouchpadAll",
    "BTTUUID" : "3781C59D-E47D-4805-AF44-03891A2CF2F8",
    "BTTOrder" : 12,
    "BTTActionsToExecute" : [
      {
        "BTTLastUpdatedAt" : 1777035856.865597,
        "BTTTriggerParentUUID" : "3781C59D-E47D-4805-AF44-03891A2CF2F8",
        "BTTIsPureAction" : true,
        "BTTUUID" : "711044D3-9147-40F1-B232-0C5E3DFEDC00",
        "BTTPredefinedActionType" : 199,
        "BTTPredefinedActionName" : "Volume Down (Small Step)",
        "BTTOrder" : 445
      }
    ]
  }
]

Thanks.

Maybe I was overthinking it in terms of advanced settings I was adding.

My current setup is as follows. However, compared to Slidr it seems to lag a bit when adjusting the brightness after a few seconds typing or inactivity.

I’ve played around with the settings a bit, but I’m not sure if I’m imagining the very slight lag or Slidr has a different pollig speeds or something.

exported_triggers.bttpreset (27.9 KB)