From e0ecf388536f6157192f3d425987754a7d981afa Mon Sep 17 00:00:00 2001 From: Viacheslav Gagara Date: Wed, 9 Apr 2025 22:02:37 +0300 Subject: [PATCH] add missing cyrillic letter from ukrainian alphabet Signed-off-by: Maarten van Gompel --- layout.mobintl.h | 1 + 1 file changed, 1 insertion(+) diff --git a/layout.mobintl.h b/layout.mobintl.h index a848a04..48c6c47 100644 --- a/layout.mobintl.h +++ b/layout.mobintl.h @@ -1626,6 +1626,7 @@ static struct key keys_compose_cyr_tse[] = { static struct key keys_compose_cyr_g[] = { {"ѓ", "Ѓ", 1.0, Copy, 0x0453, 0, 0x0403}, + {"ґ", "Ґ", 1.0, Copy, 0x0491, 0, 0x0490}, {"", "", 9.0, Pad}, {"", "", 0.0, EndRow}, {"", "", 0.0, EndRow},