LWJGL Forum

Archive => Resolved Bugs/RFE => Topic started by: quarante-sept on April 23, 2011, 16:51:05

Title: [CLOSED] Linux - Keyboard "special" keys not handled correctly !
Post by: quarante-sept on April 23, 2011, 16:51:05
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
Title: Re: [BUG] Linux - Keyboard "special" keys not handled correctly !
Post by: kappa on September 26, 2011, 11:55:31
likely this issue is fixed by this fix (http://lwjgl.org/forum/index.php/topic,3698.0.html).

Please do try latest nightly builds of LWJGL to confirm.