yes, similar to this person here(but Hebrew as the language):
I’m not asking to add it officially even though that would obviously be welcomed,
but asking for a way/solution to add it.
apparently Anysoftkeyboard couldn’t get added to the Sailfish apps keyboard,and maybe it’s only meant for Android apps.(or i missed something in it’s initial setup).
Thank you for the info and instructions,it sounds quit simple; but unfortunately I’m not really knowledgeable in this kind of things.
Good for you for being able to create your proper solution.
i tried,there are to many files and variables.
i don’t really know what i’m looking at.
Edit:
i’d appreciate some insight and pointing me in the right direction,since if i’m going to use Sailfish OS, i have no choice but sort this issue.
-first of all i don’t understand which Repos for the Hebrew VKB am i supposed to DL,
there’s one with only Hebrew and one with an en-he toggle.
i only want to add an Hebrew layout to Sailfish OS and use the already present English.
(i’m wondering why he created in the First place an he-en one,same for @orangecat).
for the meantime i DL the first one(aforementioned above) and here are the folder/files i got:
First of all, did you try installing the RPM you downloaded from openrepos, either one of the 2 apps ?
In theory, there is little changes for the keyboard layouts since first SFOS release, so they should just work.
If not, I checked the RPM and the extracted files, and most of those additional files are related to the spacebar and arrow keys. If all you want is Herbrew layout, then I suggest you just modify he.qml and replace SpacebarRowArrowHe with SpacebarRow (line 52), and replace the import "../custom-he" with import ...
Then copy both files he.qml and custom_he.conf to this folder on your SFOS phone: /usr/share/maliit/plugins/com/jolla/layouts/, and restart (or type killall maliit-server in SFOS terminal).
This is what I could do on short notice. I think I’ll add it to my app properly, and if you’re willing to help testing and tweaking that would be great.
But for now, if you replace the content of the qml file with this code, you should get a working layout:
Thank you so much for bothering,
unfortunately i still don’t see an option to add Hebrew as a Keyboard layout under Sailfish settings/Text input.
I’ve enabled Developer mode,copied both files via the Terminal to the Location you mentioned,and then checked they were there.but after rebooting it isn’t added to Keyboard layouts.
for some reason i didn’t go all the way to the layouts folder but stopped at jolla…
sorry for that.
it works now
Thank you very much for all the effort
if you decide to implement it in your app I’ll be willing to help,but it seems fine to me;
it looks the same as the integrated Sailfish English Keyboard.
Since you offer to add a new keyboard layout, you might also be interested in adding both the language corrector for the keyboard and also translating the OS.
(not forcing anything, just telling that there are these opportunities too)
what do you mean?or were you addressing @orangecat ?
as you can see by this thread, my skills in this domain are quit limited both for “adding new Keyboards”,and even more with a language corrector.
No no I meant you. No worries if you don’t have the technical skills for it yet. Regarding the translation of the OS you can check the Location part of the forum. You’ll see that you can request to be the coordinator for a given language and then participate to the translation of that language for the OS (from what I saw it’s purely graphical).
Regarding the predictive text input you can follow this thread
And to add the keyboard as default to the OS you can follow orangecat’s first message
Adding new layouts to /usr/share/maliit/plugins/com/jolla/layouts/ only adds the option for the software keyboard. How would one go about modifying a layout for the hardware keyboard?