Design Team/Proposals/Touchscreen/On-screen Keyboard: Difference between revisions
Line 22: | Line 22: | ||
maliit-exampleapp-gtk3 | maliit-exampleapp-gtk3 | ||
There are many different layouts for languages like German, French, Arabic and so on, in Fedora they are stored under '/usr/share/maliit/plugins/languages/'. The format of the layouts is XML. | ====Multilanguage==== | ||
There are many different layouts for languages like German, French, Arabic and so on, in Fedora they are stored under '/usr/share/maliit/plugins/languages/'. The format of the layouts is XML. The current selected keyboard can be seen in the Maliit gconf settings: | |||
gconftool-2 -R /maliit | |||
You can change the keyboard like: | |||
gconftool-2 --type=list --list-type string --set /maliit/onscreen/active [libmaliit-keyboard-plugin.so,es] | |||
gconftool-2 --type=list --list-type string --set /maliit/onscreen/enabled [libmaliit-keyboard-plugin.so,es] | |||
====Build from Source on XO==== | ====Build from Source on XO==== |