reactos/base/setup/usetup/lang/lv-LV.h
Eric Kohl 02fbc6c51b [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
2018-05-10 16:18:04 +02:00

9 lines
128 B
C

#pragma once
MUI_LAYOUTS lvLVLayouts[] =
{
{ L"0426", L"00000426" },
// { L"0426", L"00010426" },
{ NULL, NULL }
};