fix intl cedilla without breaking us layout
This commit is contained in:
@@ -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> : "Ç"
|
||||
|
||||
Reference in New Issue
Block a user