mirror of
https://github.com/jjsullivan5196/wvkbd.git
synced 2025-03-13 02:42:47 +01:00
Fixed erroneous glyphcodes for turkish dotless i and turkish capital I with dot
This commit is contained in:
parent
6abc005124
commit
780a83dba5
@ -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},
|
||||
|
Loading…
x
Reference in New Issue
Block a user