Closed soype closed 1 year ago
Please try this config snippet:
{
# Forward
cid: 0x56;
action:
{
type: "Gestures";
threshold: 50
gestures: (
{
direction: "Up";
mode: "OnRelease";
interval: 150;
action: {
type: "Keypress";
keys: [ "KEY_PLAYPAUSE" ];
};
},
{
direction: "Down";
mode: "OnRelease";
interval: 150;
action: {
type: "Keypress";
keys: [ "KEY_PLAYPAUSE" ];
};
},
{
direction: "Left";
mode: "OnRelease";
interval: 150;
action: {
type: "Keypress";
keys: [ "KEY_PREVIOUSSONG" ];
};
},
{
direction: "Right";
mode: "OnRelease";
interval: 150;
action: {
type: "Keypress";
keys: [ "KEY_NEXTSONG" ];
};
},
{
direction: "None";
mode: "OnRelease";
action =
{
type: "Keypress";
keys: [ "KEY_FORWARD" ];
}
}
);
};
},
It works fine on my machine (logid v0.3.2-2-g9f09591). Of course, you should change cid to your cid.
Thanks. I reinstalled PopOS due to another reason and this config worked.
Hi, I've recently reinstalled everything on my linux PC and I can't get the "KEY_PLAYPAUSE" command to work on my gestures. All the other commands work. It does work on the keyboard.
Any ideas on what I should change?
Debug:
My config