add mouse key map

This commit is contained in:
Yan Lin 2025-11-27 11:00:28 +01:00
parent 3cb427ceb6
commit 077643e78f

View file

@ -19,6 +19,12 @@
pointer = {
disableAcceleration = true;
};
buttons = {
mappings = [
{ button = 3; action = "appExpose"; }
{ button = 4; action = "missionControl"; }
];
};
}
];
};