Pixelapp wrote
Seriously Julien you are like a master mind, or something.
Thanks. As far as I know, under Windows, only key pressed events are repeated. Under GNU Linux, both key released events and key pressed events are repeated (default behaviour of Xserver, can be disabled on command line). When you call InputEvent.isAutoRepeat(), you can detect and ignore these events, then it's like you only get a single key pressed event, a single key released event and a single key typed event when you press and release a key, this is exactly what you want, isn't it? It reminds me that I don't use that correctly in Ardor3D.