adjust mouse config
This commit is contained in:
parent
d6b58e7e83
commit
f5fff0f4c3
1 changed files with 4 additions and 1 deletions
|
|
@ -17,12 +17,15 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
pointer = {
|
pointer = {
|
||||||
disableAcceleration = true;
|
acceleration = 0;
|
||||||
|
speed = 0.6;
|
||||||
};
|
};
|
||||||
buttons = {
|
buttons = {
|
||||||
mappings = [
|
mappings = [
|
||||||
{ button = 3; action = "appExpose"; }
|
{ button = 3; action = "appExpose"; }
|
||||||
{ button = 4; action = "missionControl"; }
|
{ button = 4; action = "missionControl"; }
|
||||||
|
{ scroll = "left"; action = { keyPress = [ "leftArrow" ]; }; }
|
||||||
|
{ scroll = "right"; action = { keyPress = [ "rightArrow" ]; }; }
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue