compose/accent_grave_double.json: add double grave accent

This commit is contained in:
Zitrone 2024-10-04 01:11:57 +02:00
parent e309b76c0a
commit b995af9076
No known key found for this signature in database
GPG Key ID: 54767E8E66ABED22

View File

@ -0,0 +1,17 @@
{
// latin
"a": "ȁ",
"e": "ȅ",
"i": "ȉ",
"o": "ȍ",
"r": "ȑ",
"u": "ȕ",
//cyrillic
"ѵ": "ѷ",
"а": "а\u030f",
"е": "е\u030f",
"и": "и\u030f",
"о": "о\u030f",
"р": "р\u030f",
"у": "у\u030f"
}