[Question] How I can see the list of available keyboards in CLI ?
Hi
Can someone tell me what the command to see the list of available keyboards like we see them in: Settings->System->Text Input->Keyboards.
Thanks
We have moved to a new Sailfish OS Forum. Please start new discussions there.
Hi
Can someone tell me what the command to see the list of available keyboards like we see them in: Settings->System->Text Input->Keyboards.
Thanks
Do you mean cat /usr/share/maliit/plugins/com/jolla/layouts/*.conf
?
yes it should be in alphabetical order.. And almost the same.. but in the setting after Turkce came Kazak, Русский, עברית and some Chinese...
In the output of this command it chenged to thos order:Türkçe
עברית
עברית
Қазақ
Русский
Русский2
中文(手写简)
中文(手寫繁)
中文(拼音)
中文(笔画)
Ok, I fixed it with this commands in the spec file:
numen=$(cat /usr/share/maliit/plugins/com/jolla/layouts/.conf|grep "name="|cut -d '=' -f2|sort|grep -n "אנגלית"|cut -d ':' -f1)
numhe=$(cat /usr/share/maliit/plugins/com/jolla/layouts/.conf|grep "name="|cut -d '=' -f2|sort|grep -n "עברית"|cut -d ':' -f1)
numru=$(cat /usr/share/maliit/plugins/com/jolla/layouts/.conf|grep "name="|cut -d '=' -f2|sort|grep -n "רוסית"|cut -d ':' -f1)
sed -i -e "s/switchLayout(.);/switchLayout("$[$numru-1]");/g" /usr/share/maliit/plugins/com/jolla/layouts/en2.qml
sed -i -e "s/switchLayout(.);/switchLayout("$[$numen-1]");/g" /usr/share/maliit/plugins/com/jolla/layouts/he2.qml
sed -i -e "s/switchLayout(.*);/switchLayout("$[$numhe-1]");/g" /usr/share/maliit/plugins/com/jolla/layouts/ru2.qml
And switcher working correctly right after installation :D
This thread is public, all members of Together.Jolla.Com can read this page.
Asked: 2015-07-18 02:01:29 +0200
Seen: 283 times
Last updated: Oct 30 '15
Hungarian keyboard layout [answered]
[Implemented in 1.0.3.8] Landscape mode in keyboard, gestures, browser and messages [released]
Where are the dictionaries of the VKB stored?
Swipe keyboard input [duplicate]
how to insert maliit plugins? [answered]