mirror of
https://github.com/jjsullivan5196/wvkbd.git
synced 2025-03-13 10:52:47 +01:00
Switched mismatched position of 'ľ' and 'Ľ'
Signed-off-by: Maarten van Gompel <proycon@anaproy.nl>
This commit is contained in:
parent
b32509163d
commit
a2b5b78051
@ -1260,7 +1260,7 @@ static struct key keys_compose_k[] = {
|
||||
};
|
||||
|
||||
static struct key keys_compose_l[] = {
|
||||
{"ľ", "Ľ", 1.0, Copy, 0x013D, 0, 0x013E},
|
||||
{"ľ", "Ľ", 1.0, Copy, 0x013E, 0, 0x013D},
|
||||
{"ŀ", "Ŀ", 1.0, Copy, 0x0140, 0, 0x013F},
|
||||
{"ł", "Ł", 1.0, Copy, 0x0142, 0, 0x0141},
|
||||
{"", "", 7.0, Pad},
|
||||
|
Loading…
x
Reference in New Issue
Block a user