abouttreesummaryrefslogcommitdiff
path: root/srcs/compose/accent_superscript.json
AgeCommit message (Collapse)AuthorFilesLines
2024-10-05compose/accent_*.json: improvements (more accents) (#770)Zitrone1-3/+54
compose/accent_*.json: improve/complete implementation compose/shift.json: uppercase for superscript letters & characters without preapplied uppercase versions
2024-06-09Move diacritics mapping to the compose state machineJules Aguillon1-0/+42
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).