shell32/autocomplete: Fix handling of Return key when an auto-suggestion item is...
commitb3945207db8b433163bcc0360cfa66a512469d99
authorGabriel Ivăncescu <gabrielopcode@gmail.com>
Fri, 28 Sep 2018 11:44:06 +0000 (28 14:44 +0300)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 15 Oct 2018 11:52:38 +0000 (15 13:52 +0200)
tree660b76424cc865a51f036ec97f5a04dcc17a431e
parent3f4455c0f043650151873d899e6f7526b994fa93
shell32/autocomplete: Fix handling of Return key when an auto-suggestion item is selected.

When selecting an item from the AutoComplete's listbox, the Return key
should act the same as a left click on it (place the text, select it,
and hide the listbox).

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