"Ge van Geldorp" ge@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.