abouttreesummaryrefslogcommitdiff
path: root/srcs/compose/accent_circonflexe.json
AgeCommit message (Collapse)AuthorFilesLines
2024-07-25Update accent_circonflexe.json (#719)bokidori1-1/+6
Allow combining circumflex \u0302 for Cyrillic vowels, enabling users to express themselves accurately. ја сам са̂м = I am alone ја сам сам = I am am да = yes да̂ = give код = at ко̂д = code Similar to #437 for aigo.
2024-06-09Move diacritics mapping to the compose state machineJules Aguillon1-0/+13
This replaces the switch cases in KeyModifier.java with JSON files, one for each diacritic. The number of states increases from 6727 to 7377. The apk size slightly decreases (around 3kb).