[USETUP] Use an existing latvian keyboard layout
authorEric Kohl <eric.kohl@reactos.org>
Thu, 10 May 2018 14:18:04 +0000 (16:18 +0200)
committerEric Kohl <eric.kohl@reactos.org>
Thu, 10 May 2018 14:18:04 +0000 (16:18 +0200)
Use the existing Latvian keyboard layout instead of the Latvian (QUERTY) keyboard layout, which it not implemented yet.

CORE-14561

base/setup/usetup/lang/lv-LV.h

index 8371a23..7083ddd 100644 (file)
@@ -2,6 +2,7 @@
 
 MUI_LAYOUTS lvLVLayouts[] =
 {
 
 MUI_LAYOUTS lvLVLayouts[] =
 {
-    { L"0426", L"00010426" },
+    { L"0426", L"00000426" },
+//    { L"0426", L"00010426" },
     { NULL, NULL }
 };
     { NULL, NULL }
 };