Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added MX Anywhere 3S to supported devices #478

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

antipovandr
Copy link

Connected via bluetooth. On Kubuntu 24.04.1. My config for example
devices: (
{
name: "MX Anywhere 3S";
smartshift:
{
on: true;
threshold: 20;
};
hiresscroll:
{
hires: false;
invert: false;
target: false;
};
dpi: 1500;
buttons: (
{
cid: 0xc4;
action =
{
type: "Gestures";
gestures: (
{
direction: "Up";
mode: "OnRelease";
action =
{
type: "Keypress";
keys: ["KEY_VOLUMEUP"];
};
},
{
direction: "Down";
mode: "OnRelease";
action =
{
type: "Keypress";
keys: ["KEY_VOLUMEDOWN"];
};
},
{
direction: "Left";
mode: "OnInterval";
interval: 50;
action =
{
type: "Keypress";
keys: ["KEY_VOLUMEDOWN"];
};
},
{
direction: "Right";
mode: "OnInterval";
interval: 50;
action =
{
type: "Keypress";
keys: ["KEY_VOLUMEUP"];
}
},
{
direction: "None";
mode: "OnRelease";
action =
{
type: "Keypress";
keys: ["KEY_PLAYPAUSE"];
}
}
);
};
},
{
cid: 0x53;
action =
{
type: "Keypress";
keys: ["KEY_LEFTCTRL", "KEY_W"];
};
},
{
cid: 0x56;
action =
{
type: "Keypress";
keys: ["KEY_LEFTALT", "KEY_F4"];
};
});
});

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant