wineconsole: Change selection on WM_KEYDOWN not WM_KEYUP.
This commit is contained in:
parent
9d6761bd0c
commit
2750a74f18
|
@ -926,7 +926,7 @@ static void WCUSER_HandleSelectionKey(struct inner_data* data, BOOL down,
|
|||
DWORD state = WCUSER_GetCtrlKeyState(keyState) & ~(CAPSLOCK_ON|NUMLOCK_ON|SCROLLLOCK_ON);
|
||||
COORD c1, c2;
|
||||
|
||||
if (down) return;
|
||||
if (!down) return;
|
||||
|
||||
switch (state)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue