From: Eric Kohl Date: Thu, 10 May 2018 14:18:04 +0000 (+0200) Subject: [USETUP] Use an existing latvian keyboard layout X-Git-Tag: 0.4.9-RC~62 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=02fbc6c51b19aeb58bd0070b1086cbd425745a25;ds=sidebyside [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 --- diff --git a/base/setup/usetup/lang/lv-LV.h b/base/setup/usetup/lang/lv-LV.h index 8371a2369bd..7083ddd8c78 100644 --- a/base/setup/usetup/lang/lv-LV.h +++ b/base/setup/usetup/lang/lv-LV.h @@ -2,6 +2,7 @@ MUI_LAYOUTS lvLVLayouts[] = { - { L"0426", L"00010426" }, + { L"0426", L"00000426" }, +// { L"0426", L"00010426" }, { NULL, NULL } };