mirror of
https://github.com/Julow/Unexpected-Keyboard.git
synced 2025-02-11 07:10:04 +01:00
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).
9 lines
82 B
JSON
9 lines
82 B
JSON
{
|
|
"a": "à",
|
|
"e": "è",
|
|
"i": "ì",
|
|
"o": "ò",
|
|
"u": "ù",
|
|
"ü": "ǜ"
|
|
}
|