[PATCH v4 1/7] shell32/autocomplete: Fix handling of Return key when an auto-suggestion item is selected

Nikolay Sivov nsivov at codeweavers.com
Fri Sep 28 06:59:58 CDT 2018


On 09/28/2018 02:44 PM, Gabriel Ivăncescu wrote:

>           case WM_CHAR:
>           case WM_UNICHAR:
> +            if (wParam == This->no_fwd_char) return 0;
> +            This->no_fwd_char = '\0';
> +
I don't know how important it is in practice, but shouldn't it go 
through MapVirtualKey, storing VK_ code instead of a char?



More information about the wine-devel mailing list