abouttreesummaryrefslogcommitdiff
path: root/srcs/compose/accent_circonflexe.json
diff options
context:
space:
mode:
authorbokidori2024-07-25 23:12:55 +0200
committerGitHub2024-07-25 23:12:55 +0200
commit6c786f2a1a54bf68ac99f858bc486c9509cac8ab (patch)
treec464176e7913edfad32e9e4d1a160d0e5a476f4e /srcs/compose/accent_circonflexe.json
parent2696f42144f42b1c4c270555047d40095693d3c4 (diff)
downloadunexpected-keyboard-6c786f2a1a54bf68ac99f858bc486c9509cac8ab.tar.gz
unexpected-keyboard-6c786f2a1a54bf68ac99f858bc486c9509cac8ab.zip
Update accent_circonflexe.json (#719)
Allow combining circumflex \u0302 for Cyrillic vowels, enabling users to express themselves accurately. ја сам са̂м = I am alone ја сам сам = I am am да = yes да̂ = give код = at ко̂д = code Similar to #437 for aigo.
Diffstat (limited to 'srcs/compose/accent_circonflexe.json')
-rw-r--r--srcs/compose/accent_circonflexe.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/srcs/compose/accent_circonflexe.json b/srcs/compose/accent_circonflexe.json
index ba6ccfd..448cc87 100644
--- a/srcs/compose/accent_circonflexe.json
+++ b/srcs/compose/accent_circonflexe.json
@@ -9,5 +9,10 @@
"o": "ô",
"ŝ": "ŝ",
"u": "û",
- "z": "ẑ"
+ "z": "ẑ",
+ "а": "а\u0302",
+ "е": "е\u0302",
+ "и": "и\u0302",
+ "о": "о\u0302",
+ "у": "у\u0302"
}