Skip to content

Virtual keyboard language menu #109

@Salamek

Description

@Salamek

I try to customize virtualkeyboard plugin.
On Kiosk virtualkeyboard, the default language selected depends current locale. So I can change it easily.

But there is other languages which are not the same depending locale selected (hrvatski Indonesia, german,etc…)

I try to limit to French and English US. It seems me it’s a qt option, but I’m not sure if it’s possible to specify directly into your project with variables.

            First test:

I try to add this parameter to limit language into /etc/chromium-kiosk/config.yml

EXTRA_ENV_VARS:

QT_VIRTUALKEYBOARD_LAYOUTS: 'fr,en_US'



But not working.



            Second test

Same case into /etc/environment
QT_VIRTUALKEYBOARD_LAYOUTS="fr,en_US"

QT_VIRTUALKEYBOARD_DEFAULT_LAYOUT=fr

Do you know how to customize keyboard without change source?

My goal is to have 2 languages and Fr as default.

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions