-
-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
questionFurther information is requestedFurther information is requested
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested