Space bar narrow width is making me want to switch to Android

Sadly, I’m one of the big fingertip people, but like you layouts nevertheless (number line!) Have you ever asked a Jolla staffer if they’d include your improvements? I noticed you posted about Arabic layouts… Might be worth a survey and bringing up at a community meeting?

The keyboard needs some love. It’s the way to input data to the OS.
Besides adding new languages (I mean, Jolla you should add at least one layout per world language in 2021!), a few things to improve:

  • A wider space bar
  • An optional number line. I’ve asked for it in the old forum, and without an official solution, I made my own layouts. Actually, that’s the reason I created my app and layouts in the first place.
    Since then, I’ve experimented with adding a variable that will show the number line if true, so I guess Jolla/Community/maybe me, can add an optional number line for all layouts that can be toggled on/off.
  • Resizing the keyboard
  • Different layouts per language (english azerty, etc. for many more)
4 Likes

I’m.fine.I.don.t.have.any.keyboard.oroblem.s.at.all.

17 Likes

I also find it a constant irritation having to keep re-typing to get a space instead of a ‘.’ between words. I wonder if a solution might be to make the “?123” and “Return” keys on the bottom left and right smaller (as they are used less often) and the space bar correspondingly bigger (which is obviously used in between every word). I would personally prefer a proper drawn square or rectangular outline to the keys rather than a very faint fading line between them as I believe that would also draw the eye to target a key within a definite ‘hard’ perimeter rather than just an approximate stab towards the centre of the letter or number, but I recognise that the way it is is probably a styling decision.

You are so right.
I deinstalled patchmanager recently since it is unusable with the current SFOS. The thing I miss the most is the patch for a wider space bar.

2 Likes

I installed Multi Keyboard Layouts | OpenRepos.net — Community Repository System and seems like maybe I won’t have to switch to Android. Thanks for the tip!

I marked your reply as Solution.

Jolla should still take note, though. This UX is pretty ridiculous. My Sailfish colleague (I gifted him Xperia X) just confirmed his same experience today, when I remembered to ask.

Feels a bit like designer X is fixated on some geometry thing about VK layout instead of actual usability of the thing, while simultaneously also not being able to combine the 2 vectors. Have seen it only too many times in my own product team.

3 Likes

Check Space bar narrow width is making me want to switch to Android - #10 by lkraav

For those who don’t want to install additional layouts or patches, you can modify and tweak the size of the space bar manually in your device.

Open the qml file of your language file (in /usr/share/maliit/plugins/com/jolla/layouts/, and modify the EnterKey and SymbolKey to reduce their width.
I use 0.8 width for both in my layouts:

SymbolKey {
    implicitWidth: symbolKeyWidthNarrow * 0.8
}
EnterKey {
    implicitWidth: functionKeyWidth * 0.8
}
10 Likes

Nice thing about SF… If you want to make some such tiny mod on Android, it’s 15 minutes of decompile, recompile, build, sign, push, reboot, etc…

2 Likes

Sure, but its probably way more secure. And allowing such easy modifications to the system keyboard might be convenient, but not exactly good (security wise) in the first place :slight_smile:

Same here, I still have N810, N900 and N9 in the bookshelf. I wish Swype from N9 would make an appearance on Sailfish, but that’s not the point.

I just now noticed how small the space bar is. One fifth, maybe a bit more. No wonder I hit the dot all the time…

Welp, time to edit some layouts :crazy_face:

Please Jolla fix this. People shouldn’t have to hack around to get such a basic thing to be usable :slight_smile:

Been a problem from the very beginning.

2 Likes

I miss the N9’s Swype keyboard too, but OKboard on OpenRepos is pretty close .

1 Like

It doesn’t work on XA2 Ultra, and my skills are not enough to build Finnish dictionary/whatitwas…

I checked the .qml files and found these specifications only in a few files. Will I have to define the complete row or will those two keys alone do the job?

Just modify these 2 keys in the main layout of your keyboard. For example, if it’s english, just modify en.qml.

In en.qml and de.qml SpacebarRow is empty. My question was wether I have to define the complete row or just the two keys.

Oh I see, indeed no details in the space bar.

You can either, enter all the spacebar details as in my “improved layouts”, or modify the enter and symbol keys qml, like the wider spacebar patch.

5 Likes

Thanks @orangecat orangecat, this is the “cleanest” solution!

1 Like

or modify the enter and symbol keys qml, like the wider spacebar patch .

I ended up using this solution, and it works excellent for preventing so many typos, although this kind of “patch the source” work is of course a bit clunky.
There used to be a couple of Patchmanager things to do this, but it seems their originators haven’t updated them for later SFOS releases.