mirror of
https://github.com/jjsullivan5196/wvkbd.git
synced 2025-03-14 11:22:48 +01:00
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:
parent
de4b4dcd2e
commit
f74fe9a182
@ -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},
|
||||
|
Loading…
x
Reference in New Issue
Block a user