@Andreas_Hegenberg I've had the suspicion several times that deactivated triggers prevent activated ones from working. I now have a concrete example. Maybe that will help. Only deletion ensures that everything works as expected.
This deactivated, app-specific trigger
[
{
"BTTActionCategory" : 0,
"BTTLastUpdatedAt" : 1717838302.9892778,
"BTTTriggerType" : 0,
"BTTTriggerClass" : "BTTTriggerTypeKeyboardShortcut",
"BTTUUID" : "DAFF777F-A158-4FE4-8245-E75E6673B27C",
"BTTPredefinedActionType" : 124,
"BTTPredefinedActionName" : "MenĂźleisten Element aktivieren",
"BTTMenubarPath" : "Darstellung;Miniaturansichten in der Tableiste anzeigen",
"BTTAdditionalConfiguration" : "0",
"BTTKeyboardShortcutKeyboardType" : 5771,
"BTTTriggerOnDown" : 1,
"BTTLayoutIndependentChar" : "§",
"BTTEnabled" : 0,
"BTTEnabled2" : 1,
"BTTShortcutKeyCode" : 10,
"BTTShortcutModifierKeys" : 0,
"BTTOrder" : 52,
"BTTAutoAdaptToKeyboardLayout" : 0,
"BTTGestureNotes" : "Tableiste ein/aus"
}
]
has prevented this trigger from working (for all apps)
[
{
"BTTActionCategory" : 0,
"BTTLastUpdatedAt" : 1736932158.884361,
"BTTTriggerType" : 0,
"BTTTriggerClass" : "BTTTriggerTypeKeyboardShortcut",
"BTTUUID" : "780EB746-D4E8-446E-9D9D-6AEBC26EAE30",
"BTTPredefinedActionType" : 366,
"BTTPredefinedActionName" : "Leerer Platzhalter",
"BTTAdditionalConfiguration" : "0",
"BTTKeyboardShortcutKeyboardType" : 3809,
"BTTTriggerOnDown" : 1,
"BTTNotesInsteadOfDescription" : 1,
"BTTLayoutIndependentChar" : "§",
"BTTEnabled" : 1,
"BTTEnabled2" : 1,
"BTTShortcutKeyCode" : 10,
"BTTShortcutModifierKeys" : 0,
"BTTOrder" : 0,
"BTTAutoAdaptToKeyboardLayout" : 0,
"BTTAdditionalActions" : [
{
"BTTActionCategory" : 0,
"BTTLastUpdatedAt" : 1736932126.3959951,
"BTTTriggerParentUUID" : "780EB746-D4E8-446E-9D9D-6AEBC26EAE30",
"BTTIsPureAction" : true,
"BTTTriggerClass" : "BTTTriggerTypeKeyboardShortcut",
"BTTUUID" : "E80864EC-0746-412B-B74A-D56F0F5F34AB",
"BTTPredefinedActionType" : 177,
"BTTPredefinedActionName" : "Zeige or Verstecke spezifische Anwendung",
"BTTAppToShowOrHide" : "/System/Applications/Stickies.app",
"BTTShowHideAppConfig" : "{"BTTShowHideSpecificAppMoveToSpace":"BTTShowHideSpecificAppHiddenToCurrentSpace","BTTShowHideSpecificAppOnlyShow":false,"BTTShowHideSpecificAppOnlyHide":false,"BTTShowHideSpecificAffectedWindow":"BTTShowHideSpecificAppAffectLastUsedWindow","BTTShowHideSpecificMinimizeInstead":false,"BTTShowHideSpecificAppRegex":"","BTTShowHideSpecificAppOnlyTreatActiveAsVisible":true,"BTTShowHideSpecificAppOnlyIfRunning":false,"BTTShowHideSpecificAppCMDN":false,"BTTShowHideSpecificAppMoveToCurrentSpace":false,"BTTShowHideSpecificAppMoveAllToCurrentSpace":false}",
"BTTKeyboardShortcutKeyboardType" : 0,
"BTTEnabled" : 1,
"BTTEnabled2" : 1,
"BTTShortcutKeyCode" : -1,
"BTTOrder" : 4,
"BTTAutoAdaptToKeyboardLayout" : 0
}
],
"BTTGestureNotes" : "Stickies / Notizen show/hide"
}
]
It came back to my mind when I read this from another user:
"I originally thought it was conditional on how laggy my macOS was, but at the moment, I'm not having this issue again after modifying and deleting a few deactivated key sequence triggers for taking a screenshot."
Edit: I have another one. If you tell me what you need to look at it, I'll be happy to supply it.