forked from extern/Unexpected-Keyboard
6fae23a432
compose/accent_*.json: improve/complete implementation compose/shift.json: uppercase for superscript letters & characters without preapplied uppercase versions
47 lines
696 B
JSON
47 lines
696 B
JSON
{
|
||
"a": "ȧ",
|
||
"b": "ḃ",
|
||
"c": "ċ",
|
||
"d": "ḋ",
|
||
"e": "ė",
|
||
"f": "ḟ",
|
||
"g": "ġ",
|
||
"h": "ḣ",
|
||
"m": "ṁ",
|
||
"n": "ṅ",
|
||
"o": "ȯ",
|
||
"p": "ṗ",
|
||
"r": "ṙ",
|
||
"s": "ṡ",
|
||
"t": "ṫ",
|
||
"w": "ẇ",
|
||
"x": "ẋ",
|
||
"y": "ẏ",
|
||
"z": "ż",
|
||
// remove dot since i and j already have one
|
||
"i": "ı",
|
||
"j": "ȷ",
|
||
// extended latin
|
||
"ā": "ǡ",
|
||
"ō": "ȱ",
|
||
"ś": "ṥ",
|
||
"ṣ": "ṩ",
|
||
"š": "ṧ",
|
||
"ſ": "ẛ",
|
||
// combining character
|
||
"k": "k\u0307",
|
||
"l": "l\u0307",
|
||
"q": "q\u0307",
|
||
"u": "u\u0307",
|
||
"v": "v\u0307",
|
||
// math
|
||
"∈": "⋵",
|
||
"⨯": "⨰",
|
||
"∧": "⩑",
|
||
"∨": "⩒",
|
||
"≡": "⩧",
|
||
"~": "⩪",
|
||
"⊆": "⫃",
|
||
"⊇": "⫄"
|
||
}
|