How to change the size of the virtual keyboard on login screen and lockscreen (plasma)

Hello!

Can someone please tell me how to change the size of the virtual keyboard on the login screen and lockscreen? I am using KDE on a machine with nvidia graphics. The problem is that it is huge and will fill the top half of the screen when activating it. Thus ‘‘blocking’’ username/password part. Am I correct by assuming that I need to change some plasma config file?

Thanx

Hello,

Yes, you are correct, but you would have to implement more to the code of what exists following this standards:
https://doc.qt.io/qt-5/qtvirtualkeyboard-deployment-guide.html

For now the qt5-virtualkeyboard is made to use the entire width of the screen and would require a heavy amount of programming skills to change it.
You could probably fill a feature request to KDE Plasma developers.

Your answer is clear. Too bad that there is no easy solution. Perhaps future updates will have that option.

Thanx