add missing cyrillic letter from ukrainian alphabet

Signed-off-by: Maarten van Gompel <proycon@anaproy.nl>
This commit is contained in:
Viacheslav Gagara 2025-04-09 22:02:37 +03:00 committed by Maarten van Gompel
parent ca53099c9d
commit e0ecf38853

View File

@ -1626,6 +1626,7 @@ static struct key keys_compose_cyr_tse[] = {
static struct key keys_compose_cyr_g[] = { static struct key keys_compose_cyr_g[] = {
{"ѓ", "Ѓ", 1.0, Copy, 0x0453, 0, 0x0403}, {"ѓ", "Ѓ", 1.0, Copy, 0x0453, 0, 0x0403},
{"ґ", "Ґ", 1.0, Copy, 0x0491, 0, 0x0490},
{"", "", 9.0, Pad}, {"", "", 9.0, Pad},
{"", "", 0.0, EndRow}, {"", "", 0.0, EndRow},
{"", "", 0.0, EndRow}, {"", "", 0.0, EndRow},