forked from extern/Unexpected-Keyboard
6fae23a432
compose/accent_*.json: improve/complete implementation compose/shift.json: uppercase for superscript letters & characters without preapplied uppercase versions
15 lines
196 B
JSON
15 lines
196 B
JSON
{
|
||
" ": "˝",
|
||
// latin
|
||
"o": "ő",
|
||
"u": "ű",
|
||
// cyrillic
|
||
"у": "ӳ",
|
||
// combining character
|
||
"a": "a\u030b",
|
||
"e": "e\u030b",
|
||
"i": "i\u030b",
|
||
"m": "m\u030b",
|
||
"y": "y\u030b"
|
||
}
|