shift + key problem

i noticed weird thing. if i press w+shift then ‘w’ and ‘shift’ keyboard events are fired properly, however if i press shift first and then w - shift event is fired properly however ‘w’ event is not, i only get w-up upon release. is that a bug or…?

By default, Panda sends a combination of shift and w as a “shift-w” event. For more information about this and how to disable this behaviour, read this manual page:
panda3d.org/manual/index.ph … rd_Support

oh oh right! thank you.
Is it possible to use regular and compound events at the same time?

Sure, just assign the action you’d assign to “w” to “shift-w”, too.

There exist other ways, but this is the most simple.