mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
- KeyboardThreadMain: Set RepeatRate to 1 vice 0. Fixes text input in OpenOffice Writer.
svn path=/trunk/; revision=43349
This commit is contained in:
@@ -764,7 +764,7 @@ KeyboardThreadMain(PVOID StartContext)
|
||||
}
|
||||
else
|
||||
{
|
||||
RepeatCount = 0;
|
||||
RepeatCount = 1;
|
||||
LastFlags = KeyInput.Flags & (KEY_E0 | KEY_E1);
|
||||
LastMakeCode = KeyInput.MakeCode;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user