add smartzoom remap

This commit is contained in:
Yan Lin 2025-11-29 19:35:26 +01:00
parent 29a0bc2ad0
commit b76f4670cb

View file

@ -24,6 +24,7 @@
mappings = [
{ button = 3; action = "appExpose"; }
{ button = 4; action = "missionControl"; }
{ button = 2; action = "smartZoom"; }
{ scroll = "left"; action = { keyPress = [ "leftArrow" ]; }; }
{ scroll = "right"; action = { keyPress = [ "rightArrow" ]; }; }
];