← Back to team overview

ubuntu-phone team mailing list archive

Re: Keyboard layout

 

Hi Tomas,

you need to add the desired language to the list of enabled languages:
adb shell sudo -iu phablet gsettings set com.canonical.keyboard.maliit
enabled-languages "['en', 'es', 'fr', 'pt', 'de', 'zh']"
The layout is picked from the LANGUAGE env variable. A recent keyboard is
needed.

For getting autocaps working also try this:
adb shell sudo -iu phablet gsettings set com.canonical.keyboard.maliit
predictive-text true

Thomas



On Wed, Oct 30, 2013 at 12:30 PM, Tomas Ö <tomoqv@xxxxxxxxx> wrote:

>  Is it possible to change the keyboard layout with the gsettings command?
> I also tried to change auto-capitalization with the following command in
> the terminal on my device:
>
> sudo -iu phablet gsettings set com.canonical.keyboard.maliit
> auto-capitalization true
> but it didn't work.
>
> Thanks,
> Tomas
>
> --
> Mailing list: https://launchpad.net/~ubuntu-phone
> Post to     : ubuntu-phone@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~ubuntu-phone
> More help   : https://help.launchpad.net/ListHelp
>
>

Follow ups

References