forked from extern/Unexpected-Keyboard
91ace060bc
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).
14 lines
148 B
JSON
14 lines
148 B
JSON
{
|
|
"a": "â",
|
|
"c": "ĉ",
|
|
"e": "ê",
|
|
"g": "ĝ",
|
|
"h": "ĥ",
|
|
"i": "î",
|
|
"j": "ĵ",
|
|
"o": "ô",
|
|
"ŝ": "ŝ",
|
|
"u": "û",
|
|
"z": "ẑ"
|
|
}
|