feat(logid): enable logid support
This commit is contained in:
@@ -28,7 +28,8 @@ devices: (
|
||||
}
|
||||
|
||||
buttons: (
|
||||
{ // thumb button
|
||||
{
|
||||
// thumb button
|
||||
cid: 0xc3; action =
|
||||
{
|
||||
type: "Gestures";
|
||||
@@ -56,6 +57,7 @@ devices: (
|
||||
{
|
||||
direction: "left";
|
||||
mode: "OnRelease";
|
||||
|
||||
action = {
|
||||
type: "Keypress";
|
||||
keys: ["KEY_LEFTCTRL", "KEY_LEFTALT", "KEY_RIGHT"];
|
||||
@@ -72,11 +74,10 @@ devices: (
|
||||
{
|
||||
direction: "None";
|
||||
mode: "OnRelease";
|
||||
action =
|
||||
{
|
||||
action = {
|
||||
type: "Keypress";
|
||||
keys: ["KEY_LEFTMETA"];
|
||||
};
|
||||
}
|
||||
},
|
||||
{
|
||||
direction: "LEFT";
|
||||
@@ -87,5 +88,5 @@ devices: (
|
||||
}
|
||||
|
||||
);
|
||||
}
|
||||
}
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user