Hello, I wanted to know if there is a way to implement the java KeyListener to greenfoot. I want to use it because I am trying to make a two-player system, the thing is that I want both players to be able to press different keys at the same time. I don't like to use isKeyDown because I want the key to be registered only once, not a few times in a frame that is what usually happens when I use isKeyDown.