forked from extern/Unexpected-Keyboard
6fae23a432
compose/accent_*.json: improve/complete implementation compose/shift.json: uppercase for superscript letters & characters without preapplied uppercase versions
12 lines
159 B
JSON
12 lines
159 B
JSON
{
|
|
// latin
|
|
"a": "å",
|
|
"u": "ů",
|
|
"w": "ẘ", // no uppercase
|
|
"y": "ẙ", // no uppercase
|
|
// extended latin
|
|
"á": "ǻ",
|
|
// extra
|
|
"~": "⸛"
|
|
}
|