KEY_DELETE doesn't seem to be captured by app.keyboard.wasPressed()

Hello,

Yesterday I tried to use DEL key in my project. (to delete voxels after selecting)
But somehow app.keyboard.wasPressed(pc.KEY_DELETE) never returned true.

I pondered and created a simple experiment project (https://playcanvas.com/project/376660/overview/delete-key-test) to confirm the behavior. And I realized KEY_SPACE is properly captured but KEY_DELETE isn’t captured by app.keyboard.wasPressed(). As a result a console message “DELETE was pressed” isn’t displayed at all.

Would you take a look? I think this is not a device issue this time since I tried this on two PCs.

Thanks for the bug report! I have submitted an issue here: