Safari Pin/Unpin Tab

Description:
Trigger Menu Bar Menu-Item doesn’t seem to work when Window;Pin Tab||Unpin Tab is targeted.

I have tried both Window;Pin Tab||Unpin Tab and Window;*Pin Tab||*Unpin Tab to make sure these new icons on the left aren’t triggering some matching issue.

[
  {
    "BTTLastUpdatedAt" : 1776237567.992614,
    "BTTTriggerType" : 0,
    "BTTTriggerClass" : "BTTTriggerTypeKeyboardShortcut",
    "BTTUUID" : "30C8F979-5299-4B30-98F9-E0B286FE7AAA",
    "BTTAdditionalConfiguration" : "1572904",
    "BTTShortcutKeyboardType" : 1825,
    "BTTTriggerOnDown" : 1,
    "BTTLayoutIndependentChar" : "p",
    "BTTShortcutKeyCode" : 35,
    "BTTShortcutAdvancedModifierKeys" : "1572904",
    "BTTShortcutModifierKeys" : 1572864,
    "BTTOrder" : 9,
    "BTTAutoAdaptToKeyboardLayout" : 0,
    "BTTActionsToExecute" : [
      {
        "BTTLastUpdatedAt" : 1776238096.300292,
        "BTTTriggerParentUUID" : "30C8F979-5299-4B30-98F9-E0B286FE7AAA",
        "BTTIsPureAction" : true,
        "BTTUUID" : "514454F7-E98C-4F84-A7DE-C720DF51C0B8",
        "BTTPredefinedActionType" : 124,
        "BTTPredefinedActionName" : "Trigger Menu Bar Menu-Item",
        "BTTMenubarPath" : "Window;Pin Tab||Unpin Tab",
        "BTTOrder" : 442
      }
    ],
    "BTTGestureNotes" : "Pin Tab"
  }
]

Affected input device:

Keyboard


Device information:

  • Type of Mac: MacBook Pro 2020 13” Touch Bar
  • macOS version: 26.4.1
  • BetterTouchTool version: 6.378

I can reproduce it - seems to be a general issue with ||, maybe something changed with the menubar on 26.4.x I'll check!

should be resolved in 6.380! In case it still doens't work try

!!Window;Pin Tab||!!Unpin Tab

(the !! disables some validity checks)

1 Like