user32/tests: keybd_event can send HCBT_KEYSKIPPED notifications

Dmitry Timoshkov dmitry at codeweavers.com
Mon Jan 12 04:53:28 CST 2009


"Ge van Geldorp" <ge at gse.nl> wrote:

>  static const struct message WmKeyUpSkippedSeq[] =
>  {
> -    { HCBT_KEYSKIPPED, hook|wparam|lparam|optional, 'N', 0xc0000001 }, /* XP */
> +    { HCBT_KEYSKIPPED, hook|wparam|optional, 'N' }, /* XP */
> +    { 0 }
> +};
> +static const struct message WmUserKeyUpSkippedSeq[] =
> +{
> +    { WM_USER, sent },
> +    { HCBT_KEYSKIPPED, hook|wparam|optional, 'N' }, /* XP */
>      { 0 }
>  };

Please don't remove lparam checks, add message sequences for key down
messages instead.

-- 
Dmitry.



More information about the wine-devel mailing list