- KeyboardThreadMain: Set RepeatRate to 1 vice 0. Fixes text input in OpenOffice Writer.

svn path=/trunk/; revision=43349
This commit is contained in:
Michael Martin 2009-10-10 01:13:17 +00:00
parent 543c259ae7
commit 3ff3c916b3

View file

@ -764,7 +764,7 @@ KeyboardThreadMain(PVOID StartContext)
}
else
{
RepeatCount = 0;
RepeatCount = 1;
LastFlags = KeyInput.Flags & (KEY_E0 | KEY_E1);
LastMakeCode = KeyInput.MakeCode;
}