Hi,
I was wondering if there is a known issue with certain key events (or rather key codes) on Linux.
I'm using SFML 1.5 on Ubuntu (9.10), and while SFML reports all key pressed/releases correctly, the Code member is sometimes unset (i.e. 0) for keys that I would expect to work (for example the tilde key, or the caps lock key).
Interestingly enough, the text event that follows the key event always generates the correct unicode symbol for the pressed key.
Best regards,
Matthias