This commit is contained in:
Yan Lin 2025-10-22 19:54:21 +02:00
parent 46dc23f59f
commit 98415653dd

View file

@ -338,9 +338,6 @@ in
main = { main = {
# Map Caps Lock to Left Control # Map Caps Lock to Left Control
capslock = "leftcontrol"; capslock = "leftcontrol";
# Disable both physical Ctrl keys (make them no-ops)
leftcontrol = "noop";
rightcontrol = "noop";
}; };
}; };
}; };