mirror of
https://github.com/Julow/Unexpected-Keyboard.git
synced 2024-11-21 23:03:11 +01:00
compose/accent_grave_double.json: add double grave accent
This commit is contained in:
parent
e309b76c0a
commit
b995af9076
17
srcs/compose/accent_grave_double.json
Normal file
17
srcs/compose/accent_grave_double.json
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
// latin
|
||||
"a": "ȁ",
|
||||
"e": "ȅ",
|
||||
"i": "ȉ",
|
||||
"o": "ȍ",
|
||||
"r": "ȑ",
|
||||
"u": "ȕ",
|
||||
//cyrillic
|
||||
"ѵ": "ѷ",
|
||||
"а": "а\u030f",
|
||||
"е": "е\u030f",
|
||||
"и": "и\u030f",
|
||||
"о": "о\u030f",
|
||||
"р": "р\u030f",
|
||||
"у": "у\u030f"
|
||||
}
|
Loading…
Reference in New Issue
Block a user