forked from extern/Unexpected-Keyboard
6fae23a432
compose/accent_*.json: improve/complete implementation compose/shift.json: uppercase for superscript letters & characters without preapplied uppercase versions
34 lines
500 B
JSON
34 lines
500 B
JSON
{
|
||
// latin
|
||
"a": "ǎ",
|
||
"c": "č",
|
||
"d": "ď",
|
||
"e": "ě",
|
||
"g": "ǧ",
|
||
"h": "ȟ",
|
||
"i": "ǐ",
|
||
"j": "ǰ", // no uppercase
|
||
"k": "ǩ",
|
||
"l": "ľ",
|
||
"n": "ň",
|
||
"o": "ǒ",
|
||
"r": "ř",
|
||
"s": "š",
|
||
"t": "ť",
|
||
"u": "ǔ",
|
||
"z": "ž",
|
||
// extended latin
|
||
"ṡ": "ṧ",
|
||
"ü": "ǚ",
|
||
"ʒ": "ǯ",
|
||
// combining character
|
||
"в": "в\u030C",
|
||
"г": "г\u030C",
|
||
"ғ": "ғ\u030C",
|
||
"д": "д\u030C",
|
||
"з": "з\u030C",
|
||
"р": "р\u030C",
|
||
"т": "т\u030C",
|
||
"х": "х\u030C"
|
||
}
|