mirror of
https://github.com/Julow/Unexpected-Keyboard.git
synced 2025-02-10 14:49:59 +01:00
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
|
|
"~": "⸛"
|
|
}
|