![]() |
Re: Keyboard layouts for Jolla's Sailfish OS
What are the changes in update 1.1.4.28 with respect to keyboard? I can not get my manually added Bulgarian keyboard to work?
|
Re: Keyboard layouts for Jolla's Sailfish OS
Quote:
https://github.com/TemeV/Sailfish_Keyboard_fi-arrows When I find a couple of more minutes to work with this I'll make a rpm. |
Re: Keyboard layouts for Jolla's Sailfish OS
Quote:
In the <language>.qml, a new property value set : splitSupported: true If you are using the standard CharcterKey, then the above change is all you need I think. If you have a custom qml for your Characters, then look at CharacterKey.qml, and make adjustments: New properies: property int separator: SeparatorState.AutomaticSeparator property bool implicitSeparator: true Image - visible: property changed. I think these were the only changes I had to make to fix for Malayalam Keyboard. |
Re: Keyboard layouts for Jolla's Sailfish OS
There are also some changes to the SpaceBarRow, which is modified in the Bulgarian keyboard. Zlatko, did you try this one I posted on TJC? I'll publish an update to OpenRepos later.
As for the changes - I think there are many, but we don't use most of them frequently. For instance, width is now called implicitWidth and as abyzthomas said - SeparatorState is now a separate object. Also now there is a ContextAwareCommaKey which mutates depending on the input field and also splitting spacebar should be declared like this: Code:
SpacebarKey {}Hope this helps. |
Re: Keyboard layouts for Jolla's Sailfish OS
The update is now live in OpenRepos.
|
Re: Keyboard layouts for Jolla's Sailfish OS
@Bundyo
Yes - definitely helps! :) Now I get it to work, but have to rework all my customizations :) Thank you! |
Re: Keyboard layouts for Jolla's Sailfish OS
Here is a greek layout that supports split keyboard, it has a flaw tho, for some reason in portrait mode, the DeadKey ' next to λ is merged with char on left i.e. λ' ;-(
DeadKey { id: deadKey; caption: "´"; captionShifted: "¨";} any ideas? Code:
import QtQuick 2.0 |
Re: Keyboard layouts for Jolla's Sailfish OS
I only skimmed but you could try changing width to implicitWidth. Maybe the ShiftKey messes something up... However, I'm just guessing here.
|
Re: Keyboard layouts for Jolla's Sailfish OS
Quote:
|
Re: Keyboard layouts for Jolla's Sailfish OS
I had a look at the other keyboard layouts, they add the dead key at the bottom bar, this seems to work now. However, if we want the dead key at the end of the base line (asdfghjkl') then I think there is layout problem since that line can accommodate 9 keys?
Here is another simpler version of the greek keyboard that has the dead key at the bar space line: Code:
import QtQuick 2.0 |
| All times are GMT. The time now is 23:38. |
vBulletin® Version 3.8.8