mirror of
https://github.com/Julow/Unexpected-Keyboard.git
synced 2024-11-21 23:03:11 +01:00
6fae23a432
compose/accent_*.json: improve/complete implementation compose/shift.json: uppercase for superscript letters & characters without preapplied uppercase versions
55 lines
789 B
JSON
55 lines
789 B
JSON
{
|
||
// fun
|
||
"~": "⍨",
|
||
"*": "⍣",
|
||
"∇": "⍢",
|
||
"°": "⍤",
|
||
// latin
|
||
"a": "ä",
|
||
"e": "ë",
|
||
"h": "ḧ",
|
||
"i": "ï",
|
||
"o": "ö",
|
||
"t": "ẗ",
|
||
"u": "ü",
|
||
"w": "ẅ",
|
||
"x": "ẍ",
|
||
"y": "ÿ",
|
||
// extended latin
|
||
"ā": "ǟ",
|
||
"ō": "ȫ",
|
||
"õ": "ṏ",
|
||
"í": "ḯ",
|
||
"ū": "ǖ", // there is also ṻ
|
||
"ú": "ǘ",
|
||
"ù": "ǜ",
|
||
"ǔ": "ǚ",
|
||
// greek
|
||
"ι": "ϊ",
|
||
"υ": "ϋ",
|
||
"ὺ": "ῢ",
|
||
"ύ": "ΰ",
|
||
"ῦ": "ῧ",
|
||
"ϒ": "ϔ",
|
||
// cyrillic
|
||
"а": "ӓ",
|
||
"ә": "ӛ",
|
||
"ж": "ӝ",
|
||
"з": "ӟ",
|
||
"и": "ӥ",
|
||
"о": "ӧ",
|
||
"ө": "ӫ",
|
||
"э": "ӭ",
|
||
"у": "ӱ",
|
||
"ч": "ӵ",
|
||
"ы": "ӹ",
|
||
// combining character
|
||
"c": "c\u0308",
|
||
"j": "j\u0308",
|
||
"k": "k\u0308",
|
||
"l": "l\u0308",
|
||
"m": "m\u0308",
|
||
"n": "n\u0308",
|
||
"s": "s\u0308"
|
||
}
|