USB_Laptop_Keyboard_Controller/Example_Keyboards/Lenovo_G550/README.md

12 lines
1 KiB
Markdown
Raw Normal View History

The driver works perfect for this keyboard but I have a problem.
2022-08-03 18:09:54 +03:00
The problem is when using non english keyboard layout.
2022-08-03 18:09:54 +03:00
Whe I use **Marcel's Python matrix generator program** I must press keys as I were using english layout keyboard (mine is spanish layout) and then in Windows, selecting my language layout (spanish) everything is ok (locale symbols shows ok, i.e. 'ñ', '¿', '¡') but:
2022-08-03 18:09:54 +03:00
Spanish keyboard layout (phisical layout) is different from EN layout (there is a key between left shift key and 'Z' key, but there is only two keys between 'P' key and 'Enter' key.
This has some negative consequences:
- The most right key between 'L' key and 'Enter' key, marked in my keyboard whith symbos 'ç', 'Ç' and '}' doesn't work, when pressed, nothing happens.
- The key between left shift and 'Z' key is marked with '<' and '>' symbols but when pressed, it shows symbos for key described above, the key that doesn't work.
2022-08-03 18:09:54 +03:00
- '<' and '>' symbols can't be entered with any key (only using ALT+60 and ALT+62, of course)