From 02fbc6c51b19aeb58bd0070b1086cbd425745a25 Mon Sep 17 00:00:00 2001 From: Eric Kohl Date: Thu, 10 May 2018 16:18:04 +0200 Subject: [PATCH] [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 --- base/setup/usetup/lang/lv-LV.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 } }; -- 2.17.1