I LOVE Ç
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
return {
|
||||
target = {
|
||||
linux = "~",
|
||||
default = "~",
|
||||
},
|
||||
}
|
||||
@@ -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> : "Ç"
|
||||
Reference in New Issue
Block a user