Define the language specific keyboard layout first. The US keyboard layout should always be the  last one (aka fallback). Other languages will probably need the same fix!
CORE-10064 #resolve

svn path=/trunk/; revision=73996
This commit is contained in:
Eric Kohl 2017-02-27 12:57:05 +00:00
parent d054fcda2b
commit 74dcd7dc34

View file

@ -2,8 +2,8 @@
MUI_LAYOUTS ruRULayouts[] =
{
{ L"0409", L"00000409" },
{ L"0419", L"00000419" },
{ L"0409", L"00000409" },
{ NULL, NULL }
};