I LOVE Ç

This commit is contained in:
2026-03-04 11:22:10 +00:00
parent 5d6aebf885
commit 710caa9b47
2 changed files with 16 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
return {
target = {
linux = "~",
default = "~",
},
}
+10
View File
@@ -0,0 +1,10 @@
# Custom compose sequences
# Override ' + c to produce ç (cedilla) instead of ć (c with acute)
include "%L" # Include system defaults
# Cedilla
<dead_acute> <c> : "ç"
<dead_acute> <C> : "Ç"
<apostrophe> <c> : "ç"
<apostrophe> <C> : "Ç"