I have the K3 Pico ITX and with Bianbu 4.0.4, every time I start it and try to put in my password, where the first character is upper case, the Shift key is treated as a regular key and a black dot appears in the password box. Sometimes it also repeats. I have to delete it or the login fails.
Has anyone else seen this?
I have a wired USB keyboard. It’s a cheapy, but it worked fine with my Banana Pi BPI-F3, so I don’t think it has an issue.
Hello, I haven’t encountered this issue on my end, but I suspect it might be a keyboard compatibility issue, such as with German or French keyboard layouts. The SDDM in K3 is written in Qt 6, whereas the one in K1 uses Qt 5. This could also be the cause of the issue.
I think you could try installing evtest , then run it as root to check what events are being reported. On my end, the Shift key reports as KEY_LEFTSHIFT or KEY_RIGHTSHIFT . If a dot is appearing, it’s possible that your keyboard is reporting KEY_DOT