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 Clicking = true; # Tap to click
Dragging = true; # Double tap to drag Dragging = true; # Double tap to drag
TrackpadRightClick = true; TrackpadRightClick = true;
TrackpadPinch = true;
}; };
}; };
keyboard = { keyboard = {
enableKeyMapping = true; enableKeyMapping = true;
swapLeftCtrlAndFn = true; swapLeftCtrlAndFn = false;
swapLeftCommandAndLeftAlt = true; swapLeftCommandAndLeftAlt = false;
}; };
}; };