shell32/autocomplete: Redesign the window proc to trigger on key presses instead...
commita118459adf218617337c5ea737033fc3bfd9b01c
authorGabriel Ivăncescu <gabrielopcode@gmail.com>
Mon, 17 Sep 2018 19:23:10 +0000 (17 22:23 +0300)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 18 Sep 2018 18:59:38 +0000 (18 20:59 +0200)
treedf7a2859ed0f4cfe33ae5272faec264adba4330e
parent779c5134626141dbfc2f2827651c80f7e0774566
shell32/autocomplete: Redesign the window proc to trigger on key presses instead of key release.

AutoComplete currently shows up when the user releases a key, which is
wrong. Windows does it when the user presses a key, so use both WM_KEYDOWN
and WM_CHAR and redesign it so that it matches Windows behavior.

Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/shell32/autocomplete.c