wvkbd

git clone https://git.tarina.org/wvkbd
Log | Files | Refs | README | LICENSE

commit 780a83dba55a622ab45f8550fbcd31ac0da479c0
parent 6abc005124af07b4f9ce9fe8a0834d720049ac24
Author: Maarten van Gompel <proycon@anaproy.nl>
Date:   Fri,  7 Jan 2022 17:58:26 +0100

Fixed erroneous glyphcodes for turkish dotless i and turkish capital I with dot

Diffstat:
Mlayout.mobintl.h | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/layout.mobintl.h b/layout.mobintl.h @@ -691,8 +691,8 @@ static struct key keys_compose_i[] = { {"ī", "Ī", 1.0, Copy, 0x012B, 0, 0x012A}, {"ĭ", "Ĭ", 1.0, Copy, 0x012D, 0, 0x012C}, {"į", "Į", 1.0, Copy, 0x012F, 0, 0x012E}, - {"ı", "I", 1.0, Copy, 0x0150, 0, 0x0049}, - {"i", "İ", 1.0, Copy, 0x0069, 0, 0x0152}, + {"ı", "I", 1.0, Copy, 0x0131, 0, 0x0049}, + {"i", "İ", 1.0, Copy, 0x0069, 0, 0x0130}, {"", "", 0.0, EndRow}, {"ι", "Ι", 1.0, Copy, 0x03B9, 0, 0x0399}, {"η", "Η", 1.0, Copy, 0x03B7, 0, 0x0397},