add mouse key map
This commit is contained in:
parent
3cb427ceb6
commit
077643e78f
1 changed files with 6 additions and 0 deletions
|
|
@ -19,6 +19,12 @@
|
||||||
pointer = {
|
pointer = {
|
||||||
disableAcceleration = true;
|
disableAcceleration = true;
|
||||||
};
|
};
|
||||||
|
buttons = {
|
||||||
|
mappings = [
|
||||||
|
{ button = 3; action = "appExpose"; }
|
||||||
|
{ button = 4; action = "missionControl"; }
|
||||||
|
];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue