'Show Emoji & Symbol / Character Palette' not working

Describe the bug

I have a key sequence (command + command + command) set up to trigger 'Show Emoji & Symbol / Character Palette'; this used to work, but at some stage seems to have stopped working and no longer shows the panel.

I added a HUD Overlay as a test, and I can definitely see that the sequence is being triggered, just not showing the emoji viewer.

I've attached the JSON for the trigger/etc below.


Affected input device (e.g. MacBook Trackpad, Magic Mouse/Trackpad, Touch Bar, etc.):

Magic Keyboard


Screenshots
If applicable, add screenshots to help explain your problem. (You can just paste or drag them here)


Device information:

  • Type of Mac: MacBook Pro, 16-inch, 2019 (Intel)
  • macOS version: Sonoma 14.4.1 (23E224)
  • BetterTouchTool version: Version 4.495 (haven't tried this on latest alpha yet, but it's been broken for a while I believe)

Additional information (e.g. crash logs, related issues, etc.):

[
  {
    "BTTActionCategory" : 0,
    "BTTLastUpdatedAt" : 1713830380.7105842,
    "BTTTriggerType" : 624,
    "BTTTriggerTypeDescriptionReadOnly" : "Please Select a Trigger ",
    "BTTTriggerClass" : "BTTTriggerTypeKeyboardShortcut",
    "BTTUUID" : "CAD3D65A-9C22-4B56-8445-38947D776ED2",
    "BTTPredefinedActionType" : 366,
    "BTTPredefinedActionName" : "Empty Placeholder",
    "BTTKeyboardShortcutScope" : 0,
    "BTTKeyboardShortcutKeyboardType" : 0,
    "BTTTriggerOnDown" : 1,
    "BTTEnabled" : 1,
    "BTTEnabled2" : 1,
    "BTTShortcutKeyCode" : -1,
    "BTTShortcutModifierKeys" : -1,
    "BTTOrder" : 0,
    "BTTAutoAdaptToKeyboardLayout" : 0,
    "BTTAdditionalActions" : [
      {
        "BTTActionCategory" : 0,
        "BTTLastUpdatedAt" : 1713830138.200485,
        "BTTTriggerType" : -1,
        "BTTTriggerParentUUID" : "CAD3D65A-9C22-4B56-8445-38947D776ED2",
        "BTTIsPureAction" : true,
        "BTTTriggerClass" : "BTTTriggerTypeKeyboardShortcut",
        "BTTUUID" : "E778C51D-205D-4E36-B58E-B9848D7D13A3",
        "BTTPredefinedActionType" : 167,
        "BTTPredefinedActionName" : "Show Emoji & Symbol \/ Character Palette",
        "BTTKeyboardShortcutKeyboardType" : 0,
        "BTTEnabled" : 1,
        "BTTEnabled2" : 1,
        "BTTShortcutKeyCode" : -1,
        "BTTShortcutModifierKeys" : -1,
        "BTTOrder" : 84,
        "BTTAutoAdaptToKeyboardLayout" : 0
      }
    ],
    "BTTKeySequence" : {
      "BTTPauseBetween" : 0.29999999999999999,
      "BTTKeyCount" : 6,
      "BTTKeySequenceDownKeys" : [
        {
          "BTTKEYCode" : 55,
          "BTTKEYDown" : 1,
          "BTTKEYOrderRelevant" : 1,
          "BTTKEYRequired" : 1,
          "BTTKEYTime" : 735522880
        },
        {
          "BTTKEYCode" : 55,
          "BTTKEYDown" : 1,
          "BTTKEYOrderRelevant" : 1,
          "BTTKEYRequired" : 1,
          "BTTKEYTime" : 735522880
        },
        {
          "BTTKEYCode" : 55,
          "BTTKEYDown" : 1,
          "BTTKEYOrderRelevant" : 1,
          "BTTKEYRequired" : 1,
          "BTTKEYTime" : 735522880
        }
      ],
      "BTTKeySequenceMixedKeys" : [
        {
          "BTTKEYCode" : 55,
          "BTTKEYDown" : 1,
          "BTTKEYOrderRelevant" : 1,
          "BTTKEYRequired" : 1,
          "BTTKEYTime" : 735522880
        },
        {
          "BTTKEYCode" : 55,
          "BTTKEYRequired" : 1,
          "BTTKEYTime" : 735522880
        },
        {
          "BTTKEYCode" : 55,
          "BTTKEYDown" : 1,
          "BTTKEYOrderRelevant" : 1,
          "BTTKEYRequired" : 1,
          "BTTKEYTime" : 735522880
        },
        {
          "BTTKEYCode" : 55,
          "BTTKEYRequired" : 1,
          "BTTKEYTime" : 735522880
        },
        {
          "BTTKEYCode" : 55,
          "BTTKEYDown" : 1,
          "BTTKEYOrderRelevant" : 1,
          "BTTKEYRequired" : 1,
          "BTTKEYTime" : 735522880
        },
        {
          "BTTKEYCode" : 55,
          "BTTKEYRequired" : 1,
          "BTTKEYTime" : 735522880
        }
      ],
      "BTTKeySequenceUpKeys" : [
        {
          "BTTKEYCode" : 55,
          "BTTKEYRequired" : 1,
          "BTTKEYTime" : 735522880
        },
        {
          "BTTKEYCode" : 55,
          "BTTKEYRequired" : 1,
          "BTTKEYTime" : 735522880
        },
        {
          "BTTKEYCode" : 55,
          "BTTKEYRequired" : 1,
          "BTTKEYTime" : 735522880
        }
      ]
    },
    "BTTTriggerConfig" : {
      "BTTHUDText" : "It definitely triggered",
      "BTTShowHUD" : 1
    }
  }
]

Maybe related: