abouttreesummaryrefslogcommitdiff
path: root/srcs/compose/accent_arrows.json
AgeCommit message (Collapse)AuthorFilesLines
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).