Update install scripts
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
f8c131b5f3
commit
64a5b09320
4 changed files with 34 additions and 4 deletions
21
system/etc/logid.cfg
Normal file
21
system/etc/logid.cfg
Normal file
|
@ -0,0 +1,21 @@
|
|||
devices: (
|
||||
{
|
||||
name: "Wireless Mobile Mouse MX Anywhere 2S";
|
||||
hiresscroll:
|
||||
{
|
||||
hires: false;
|
||||
invert: false;
|
||||
target: false;
|
||||
};
|
||||
buttons: (
|
||||
{
|
||||
cid: 0x53;
|
||||
action =
|
||||
{
|
||||
type: "Keypress";
|
||||
keys: ["KEY_LEFTSHIFT"];
|
||||
};
|
||||
},
|
||||
);
|
||||
}
|
||||
);
|
Loading…
Add table
Add a link
Reference in a new issue