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).
35 lines
451 B
JSON
35 lines
451 B
JSON
{
|
|
"1": "₁",
|
|
"2": "₂",
|
|
"3": "₃",
|
|
"4": "₄",
|
|
"5": "₅",
|
|
"6": "₆",
|
|
"7": "₇",
|
|
"8": "₈",
|
|
"9": "₉",
|
|
"0": "₀",
|
|
"+": "₊",
|
|
"-": "₋",
|
|
"=": "₌",
|
|
"(": "₍",
|
|
")": "₎",
|
|
"a": "ₐ",
|
|
"e": "ₑ",
|
|
"h": "ₕ",
|
|
"i": "ᵢ",
|
|
"j": "ⱼ",
|
|
"k": "ₖ",
|
|
"l": "ₗ",
|
|
"m": "ₘ",
|
|
"n": "ₙ",
|
|
"o": "ₒ",
|
|
"p": "ₚ",
|
|
"r": "ᵣ",
|
|
"s": "ₛ",
|
|
"t": "ₜ",
|
|
"u": "ᵤ",
|
|
"v": "ᵥ",
|
|
"x": "ₓ"
|
|
}
|