Unexpected-Keyboard/srcs/compose/accent_macron.json
Jules Aguillon 91ace060bc Move diacritics mapping to the compose state machine
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).
2024-06-09 11:53:17 +02:00

9 lines
82 B
JSON

{
"a": "ā",
"e": "ē",
"i": "ī",
"o": "ō",
"u": "ū",
"ü": "ǖ"
}