From 66a3c35e3401a809c80efa0fa1f5c4474a3292d2 Mon Sep 17 00:00:00 2001 From: NitemareReal Date: Wed, 3 Aug 2022 17:09:54 +0200 Subject: [PATCH] Update README.md --- Example_Keyboards/Lenovo_G550/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Example_Keyboards/Lenovo_G550/README.md b/Example_Keyboards/Lenovo_G550/README.md index e3e360d..1d5ccc6 100644 --- a/Example_Keyboards/Lenovo_G550/README.md +++ b/Example_Keyboards/Lenovo_G550/README.md @@ -1,8 +1,11 @@ The driver works perfect for this keyboard but I have a problem. + The problem is when using non english keyboard layout. + 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: + 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. -- '<' and '>' symbols can't be entered with any key (only using ALT+60 and ALT+62, of course) \ No newline at end of file +- '<' and '>' symbols can't be entered with any key (only using ALT+60 and ALT+62, of course)