Hi all,
I'm developing a new game, and I came across the problem where Greenfoot.isKeyDown does not work when you enter "alt" as an argument, so I wondered if it was possible.
Thanks already!
If greenfoot doesn't support this key you could try to catch the key events on your own and manually check whether the key is down.
I used such stuff in my Greenfoot Full Screen Demo. That may help you.