dotfiles/system/etc/logid.cfg
Severin Kaderli d4a9416491
Fix mouse scrolling
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
2023-04-19 19:38:09 +02:00

54 lines
923 B
INI

devices: (
{
name: "Wireless Mobile Mouse MX Anywhere 2S";
hiresscroll:
{
hires: false;
invert: false;
target: false;
};
buttons: (
{
cid: 0x53;
action =
{
type: "Keypress";
keys: ["KEY_LEFTSHIFT"];
};
},
);
},
{
name: "MX Master 3S";
dpi: 1000;
smartshift:
{
on: true;
threshold: 255;
};
hiresscroll:
{
hires: true;
invert: false;
target: false;
};
buttons: (
{
cid: 0x53;
action =
{
type: "Keypress";
keys: ["KEY_LEFTSHIFT"];
};
},
{
cid: 0xc4;
action =
{
type: "Keypress";
keys: ["KEY_N"];
};
},
);
}
);