gregory_house
Also known as TemporaryAl
As the title says, in the SDL2 build every single symbol key except the number keys, comma, dot and underscore keys shows a different weird behaviour in the Italian locale:
This way I'm left with no way to type a question mark or square brackets, for example.
(To be honest, underscore is the only key which prints out the right symbol both with and without shift pressed, but the numbers, comma, and dot had their second symbol wrong in older versions too)
Srb2log.txt shows this:
- >< prints out < regardless if shift is pressed or not
- some keys print letters (capital letters with shift)
- à prints out two different wrong symbols in say (~/` respectively with/without shift), nothing in the console by itself, capital X in the console with shift
This way I'm left with no way to type a question mark or square brackets, for example.
(To be honest, underscore is the only key which prints out the right symbol both with and without shift pressed, but the numbers, comma, and dot had their second symbol wrong in older versions too)
Srb2log.txt shows this:
Code:
Unknown Keycode 232, Name: è
Unknown Keycode 236, Name: ì
Unknown Keycode 236, Name: ì
Unknown Keycode 236, Name: ì
Unknown Keycode 236, Name: ì
Unknown Keycode 236, Name: ì
Unknown Keycode 236, Name: ì
Unknown Keycode 236, Name: ì
Unknown Keycode 236, Name: ì
Unknown Keycode 236, Name: ì
Unknown Keycode 236, Name: ì
Unknown Keycode 224, Name: à
Unknown Keycode 224, Name: à
Unknown Keycode 249, Name: ù
Unknown Keycode 249, Name: ù
Unknown Keycode 224, Name: à
Unknown Keycode 224, Name: à
Unknown Keycode 242, Name: ò
Last edited by a moderator: