Finder not responding to trackpad gestures

@Andreas_Hegenberg

3 finger left/right swipe are not working on Finder for some reason.

The swipe should have moved to next tab in Finder. Pressing ⌃ + ⇥ from keyboard does work. But not via BTT.

bt

BTT v5.450
macOS 15.4.1

For me the same is working, the only diff is the macOS version: 15.5 (24F74)

Can you check what is shown in the "Recently used" after executing it?

Also here's mine:

[
  {
    "BTTActionCategory" : 0,
    "BTTLastUpdatedAt" : 1748925995.6176429,
    "BTTTriggerType" : 100,
    "BTTTriggerTypeDescriptionReadOnly" : "3 Finger Swipe Left",
    "BTTTriggerClass" : "BTTTriggerTypeTouchpadAll",
    "BTTUUID" : "353C8F99-949C-4A5F-BCB1-E657126E1C1D",
    "BTTPredefinedActionType" : 366,
    "BTTPredefinedActionName" : "Empty Placeholder",
    "BTTEnabled" : 1,
    "BTTEnabled2" : 1,
    "BTTOrder" : 0,
    "BTTAdditionalActions" : [
      {
        "BTTActionCategory" : 0,
        "BTTLastUpdatedAt" : 1748925824.124233,
        "BTTTriggerParentUUID" : "353C8F99-949C-4A5F-BCB1-E657126E1C1D",
        "BTTIsPureAction" : true,
        "BTTTriggerClass" : "BTTTriggerTypeTouchpadAll",
        "BTTUUID" : "941F5F94-A130-4259-B3CD-DC4C153CCC60",
        "BTTLayoutIndependentActionChar" : "TAB",
        "BTTShortcutToSend" : "62,48",
        "BTTEnabled" : 1,
        "BTTEnabled2" : 1,
        "BTTOrder" : 264
      }
    ],
    "BTTTriggerConfig" : {
      "BTTNoTouchTimeout" : 0,
      "BTTHUDText" : "test",
      "BTTShowHUD" : 1
    }
  }
[
  {
    "BTTActionCategory" : 0,
    "BTTLastUpdatedAt" : 1748809564.6696439,
    "BTTTriggerType" : 100,
    "BTTTriggerTypeDescriptionReadOnly" : "3 Finger Swipe Left",
    "BTTTriggerTypeDescription" : "NEXT TAB",
    "BTTTriggerClass" : "BTTTriggerTypeTouchpadAll",
    "BTTUUID" : "E4603BCC-41F0-4BD1-B84B-8B547A32F637",
    "BTTPredefinedActionType" : 366,
    "BTTPredefinedActionName" : "Empty Placeholder",
    "BTTEnabled" : 1,
    "BTTEnabled2" : 1,
    "BTTOrder" : 6,
    "BTTAdditionalActions" : [
      {
        "BTTActionCategory" : 0,
        "BTTLastUpdatedAt" : 1730960987.4833889,
        "BTTTriggerParentUUID" : "E4603BCC-41F0-4BD1-B84B-8B547A32F637",
        "BTTIsPureAction" : true,
        "BTTTriggerClass" : "BTTTriggerTypeTouchpadAll",
        "BTTUUID" : "C34004C2-7F4F-4517-AE14-D3433C838384",
        "BTTLayoutIndependentActionChar" : "TAB",
        "BTTShortcutToSend" : "59,48",
        "BTTEnabled" : 1,
        "BTTEnabled2" : 1,
        "BTTOrder" : 1
      }
    ],
    "BTTGestureNotes" : "NEXT TAB",
    "BTTTriggerConfig" : {
      "BTTNoTouchTimeout" : 0
    }
  }
]

i only see this different in mine.

  "BTTShortcutToSend" : "59,48"

But have you tried to use mine? Also just additional info, I've created the trigger under the Finder app on the left side:

yes. it's set for Finder specifically. The HUD shows up, but Finder doesn't respond to it for some reason.

do you have multiple tabs open in Finder? ctrl+tab is for switching tabs, right?

Yes. I do have multiple tabs open. Ctrl + tabs is indeed for switching. Applies system wide on macOS.

does it work if you press it on your keyboard? I just tried here but even when triggered from BTT it works fine in my Finder

Yes, with keyboard, it works.

Something is probably blocking the keyboard shortcut, either something in BTT or somewhere else. (Your exact trigger is working fine here in Finder, so the trigger itself is correct)

You could try to use the trigger menubar menu item action instead of a keyboard shortcut:

"Window;Show Next Tab"

1 Like

This works. This has frustrated me long enough. thanks