I've created a simple Actor that needs to detect multiple keys depressed at the same time. Namely these keys are "down", "left", "up", "right", and "space". I'm finding that Greenfoot won't detect all combinations of these keys being depressed at the same time. Is there some reason it does not?
I tried JDK 6 and JDK 7 on Windows XP. Both exhibit this odd behavior.

