Unexpected-Keyboard/srcs/compose/accent_aigu.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

26 lines
372 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"a": "á",
"c": "ć",
"e": "é",
"i": "í",
"l": "ĺ",
"ń": "ń",
"o": "ó",
"r": "ŕ",
"s": "ś",
"u": "ú",
"y": "ý",
"z": "ź",
"ü": "ǘ",
"j": "j\u0301",
"у": "у\u0301",
"е": "е\u0301",
"а": "а\u0301",
"о": "о\u0301",
"и": "и\u0301",
"ы": "ы\u0301",
"э": "э\u0301",
"ю": "ю\u0301",
"я": "я\u0301"
}