SFOS 4.5.0.24 - Xperia 10
Q: How can I set the keyboard’s width more narrow in landscape view, without affecting portrait view?
I’ve tweaked the file
/usr/share/maliit/plugins/com/jolla/KeyboardGeometry.qml
for keyboard height, but there I can’t find any option to control width.
It woud be fine if keyboard would only fill half of the screen width, of course only in landscape mode.
No, split is one half left and other half right but what i want is simply less width to make smaller horizontal moves with the stylus or with one finger when writing. For split keyboard i would need to hold the phone with two hands and type with two thumbs.
Thank you very much @nephros ! I tried all suggestions you gave but it didn’t change anything.
This is in line 13 at my phone (4.5.0.24).
I tried both your suggestions, also simply write 1000 there, and also changing screen.height to screen.width.
Changing the property int middleBarWidth: keyboardWidthLandscape / 4
to 8 should cause some markable change, but in fact does nothing. No change in all cases, keyboard looks the same as always.
Of course I did also a systemctl --user restart lipstick after each modification. But all that has no effect.