Problem with KeyBoardEvent

Hi! i have a little problem with the KeyBoardEvent

if i press the ‘d’ key, and then (while i keep the ‘d’ pressed) I press the ‘w’ key, the “keyPressed” event is just called one time for the ‘w’ key, but then if I release the ‘w’ key, it doesn’t call the event for the ‘d’ key anymore, but then if I realease the ‘d’ key it will call the “keyRelease” event.

I want that the event for the ‘d’ key is called, help?