1

System/Darwinix: Update trackpad/keyboard config

This commit is contained in:
2026-03-22 22:43:08 +01:00
parent aa4ebfbc06
commit c2b661adbb

View File

@ -84,13 +84,14 @@
Clicking = true; # Tap to click
Dragging = true; # Double tap to drag
TrackpadRightClick = true;
TrackpadPinch = true;
};
};
keyboard = {
enableKeyMapping = true;
swapLeftCtrlAndFn = true;
swapLeftCommandAndLeftAlt = true;
swapLeftCtrlAndFn = false;
swapLeftCommandAndLeftAlt = false;
};
};