fix intl cedilla without breaking us layout

This commit is contained in:
2026-03-06 14:24:22 +00:00
parent 14446e487c
commit 97ddb2a34d
4 changed files with 8 additions and 1237 deletions
+2 -4
View File
@@ -1,10 +1,8 @@
# Custom compose sequences
# Override ' + c to produce ç (cedilla) instead of ć (c with acute)
# Only used in intl layout via xkb option compose:ralt + dead key behavior
include "%L" # Include system defaults
# Cedilla
# Cedilla on dead-acute + c/C (affects intl dead-key layout, not plain US)
<dead_acute> <c> : "ç"
<dead_acute> <C> : "Ç"
<apostrophe> <c> : "ç"
<apostrophe> <C> : "Ç"