[CLOSED] Linux - Keyboard "special" keys not handled correctly !

Started by quarante-sept, April 23, 2011, 16:51:05

Previous topic - Next topic

quarante-sept

Hi,

Running the KeyboardTest, I've noticed the  numbers keys (not the numpad ones) returns KEY_NONE.
Whereas it gives the correct code when pressing SHIFT.

Here is the output when I press '1' (got a AZERTY keyboard so the character is correct)
Checking key:NONE
Pressed:true
Key character code: 0x26
Key character: &
Repeat event: false


And when I press 'SHIFT + 1'

Checking key:LSHIFT
Pressed:true
Key character code: 0x0
Key character: 
Repeat event: false

Checking key:1
Pressed:true
Key character code: 0x31
Key character: 1
Repeat event: false


I don't have thoses strange behaviours under Windows

EDIT: It seems also that there is no repeated event for SHIFT, ALT and CTRL (with repeated event enabled of course)

PS: please forgive my bad english skills

kappa

likely this issue is fixed by this fix.

Please do try latest nightly builds of LWJGL to confirm.