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
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"
|
||
}
|