Skip to content

Better fit for small screens, and workarounds in case virtual keyboard doesn't work with toolbar modifiers

Chaim Halbert requested to merge chaimleib/qmlkonsole:master into master

Developed and built on a Pinephone Beta: OS: 5.12.13-1-MANJARO-ARM, 64 bit KDE Plasma-Mobile 5.22.2 KDE frameworks 5.83.0 Qt 5.15.2

I had trouble accessing the arrow keys without scrolling, and rotating the phone wasn't reliable in showing all the toolbar buttons. So, I squeezed the buttons a bit to make the most important ones reachable even in portrait mode, without scrolling.

I also found that although the toolbar modifier buttons worked with a USB keyboard, they did not work with the virtual on-screen keyboard. To work around this, I added some actions that I frequently use to the overflow menu.

Merge request reports