dotfiles/system/etc/logid.cfg
Severin Kaderli 64a5b09320
Update install scripts
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
2022-01-04 16:31:19 +01:00

21 lines
357 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"];
};
},
);
}
);