NEW trackpad "modifier"

Please excuse me, but I don't understand. I am trying to set up a simple action (Key Sequence) with the new trackpad modifier. Unfortunately without success. Press right Command, with and without one finger on the trackpad.

What am I doing wrong? :man_shrugging:

most likely a bug, I’ll have a look tomorrow!

:+1: thanks.

Should be fixed in 3.848

No, sorry, not fixed. This action is not executed.

I have tried to change the shortcut and the action, both do not help.

It seems to work fine here with the latest version. What happens in your case? Does it not execute at all, or does it execute both?

I have tried this:

I changed it according to your example. The action with the 2 fingers (Mission Control) is not executed.

image

could you copy the json for these here? (select triggers in BTT, cmd+c then cmd+v here)

this woks:

[
{
"BTTGestureNotes" : "Zwischenablage",
"BTTTriggerType" : 624,
"BTTTriggerTypeDescription" : "Bitte einen Trigger auswählen",
"BTTTriggerClass" : "BTTTriggerTypeKeySequence",
"BTTPredefinedActionType" : 203,
"BTTPredefinedActionName" : "Zeige Zwischenablagenverlauf / Historie",
"BTTEnabled2" : 1,
"BTTAlternateModifierKeys" : 0,
"BTTRepeatDelay" : 0,
"BTTUUID" : "C436FE9C-DB4F-4A6E-BF4E-240E4388F84E",
"BTTNotesInsteadOfDescription" : 1,
"BTTEnabled" : 1,
"BTTModifierMode" : 0,
"BTTOrder" : 1,
"BTTDisplayOrder" : 0,
"BTTKeySequence" : {
"BTTPauseBetween" : 0.23397955246913582,
"BTTKeyCount" : 2,
"BTTKeySequenceDownKeys" : [
{
"BTTKEYCode" : 54,
"BTTKEYDown" : 1,
"BTTKEYOrderRelevant" : 1,
"BTTKEYRequired" : 1,
"BTTKEYTime" : 683884224
}
],
"BTTKeySequenceMixedKeys" : [
{
"BTTKEYCode" : 54,
"BTTKEYDown" : 1,
"BTTKEYOrderRelevant" : 1,
"BTTKEYRequired" : 1,
"BTTKEYTime" : 683884224
},
{
"BTTKEYCode" : 54,
"BTTKEYRequired" : 1,
"BTTKEYTime" : 683884224
}
],
"BTTKeySequenceUpKeys" : [
{
"BTTKEYCode" : 54,
"BTTKEYRequired" : 1,
"BTTKEYTime" : 683884224
}
]
}
}
]

This not:

[
{
"BTTGestureNotes" : "Mission control",
"BTTTriggerType" : 624,
"BTTTriggerTypeDescription" : "Bitte einen Trigger auswählen",
"BTTTriggerClass" : "BTTTriggerTypeKeySequence",
"BTTPredefinedActionType" : 5,
"BTTPredefinedActionName" : "Mission Control",
"BTTEnabled2" : 1,
"BTTAlternateModifierKeys" : 0,
"BTTRepeatDelay" : 0,
"BTTUUID" : "43E0F9AA-9D5E-4C54-8BF8-C48966D56011",
"BTTNotesInsteadOfDescription" : 1,
"BTTEnabled" : 1,
"BTTModifierMode" : 0,
"BTTOrder" : 2,
"BTTDisplayOrder" : 0,
"BTTKeySequence" : {
"BTTPauseBetween" : 0.2040816326530612,
"BTTKeyCount" : 2,
"BTTKeySequenceDownKeys" : [
{
"BTTKEYCharacter" : "r⌘ ",
"BTTKEYCode" : 54,
"BTTKEYDown" : 1,
"BTTKEYOrderRelevant" : 1,
"BTTKEYRequired" : 1
}
],
"BTTKeySequenceMixedKeys" : [
{
"BTTKEYCharacter" : "r⌘ ",
"BTTKEYCode" : 54,
"BTTKEYDown" : 1,
"BTTKEYOrderRelevant" : 1,
"BTTKEYRequired" : 1
},
{
"BTTKEYCharacter" : "r⌘ ",
"BTTKEYCode" : 54,
"BTTKEYRequired" : 1
}
],
"BTTKeySequenceUpKeys" : [
{
"BTTKEYCharacter" : "r⌘ ",
"BTTKEYCode" : 54,
"BTTKEYRequired" : 1
}
]
},
"BTTTriggerConfig" : {
"BTTHUDText" : "kM"
}
}
]

Weird, does the condition viewer show two fingers being recognized? (It seems to work fine here)

Yes, the recognition correctly shows 2 fingers. I have also tried with 3 fingers or with other trigger (option), it does not work. :slightly_frowning_face: