layout.mobintl.h: fix hungarian ő and Ő characters

Before this, the bigger one was typed for pressing the smaller,
and vica versa.
This commit is contained in:
Robert Manner 2022-03-02 17:37:44 +01:00 committed by Maarten van Gompel
parent de4b4dcd2e
commit f74fe9a182

View File

@ -725,7 +725,7 @@ static struct key keys_compose_o[] = {
{"ø", "Ø", 1.0, Copy, 0x00F8, 0, 0x00D8},
{"ō", "Ō", 1.0, Copy, 0x014D, 0, 0x014C},
{"ŏ", "Ŏ", 1.0, Copy, 0x014F, 0, 0x014E},
{"ő", "Ő", 1.0, Copy, 0x0150, 0, 0x0151},
{"ő", "Ő", 1.0, Copy, 0x0151, 0, 0x0150},
{"œ", "Œ", 1.0, Copy, 0x0153, 0, 0x0152},
{"", "", 0.0, EndRow},
{"ο", "Ο", 1.0, Copy, 0x03BF, 0, 0x039F},