Numpad + modifiers keypress trouble

Hi Jules,

There is some strange behaviour in keypress handling when you stroke in the same time the Ctrl or Alt modifier with a numpad key different from 0 to 9 keys.

No keypress callback is received… I experienced this trouble by playing with KeyMappingEditorComponent.

Note that it works without any problem under macosx.

I also test this in Tracktion demo (2.1.0.11 - ok, that’s maybe not the most recent one !) and it works differently for these particular keypress. It just understand ctrl+M for Ctrl+numpadminus and ctrl+K for ctrl+numpadplus (idem with Alt).

Could you please check this ?

I’ve no time to have a go right now, but you might want to poke around in the win32 code that receives the callback, and see what’s going on there…