[USETUP] Use an existing latvian keyboard layout

Use the existing Latvian keyboard layout instead of the Latvian (QUERTY) keyboard layout, which it not implemented yet.

CORE-14561
This commit is contained in:
Eric Kohl 2018-05-10 16:18:04 +02:00
parent 6ca124323e
commit 02fbc6c51b

View file

@ -2,6 +2,7 @@
MUI_LAYOUTS lvLVLayouts[] =
{
{ L"0426", L"00010426" },
{ L"0426", L"00000426" },
// { L"0426", L"00010426" },
{ NULL, NULL }
};