Registered User (Merge articles) |
Registered User mNo edit summary |
||
Line 1: | Line 1: | ||
<noinclude>{{ApplicableFor | |||
|MPUs list=STM32MP13x, STM32MP15x | |||
|MPUs checklist=STM32MP13x,STM32MP15x | |||
}}</noinclude> | |||
* Edit and change the value of the ''keymap_layout'' variable (e.g. from ''fr'' to ''us'') in the ''KEYBOARD'' section of the ''weston.ini'' Weston configuration file<ref name="weston.ini">[http://manpages.ubuntu.com/manpages/latest/man5/weston.ini.5.html Ubuntu weston.ini manpage]</ref> | * Edit and change the value of the ''keymap_layout'' variable (e.g. from ''fr'' to ''us'') in the ''KEYBOARD'' section of the ''weston.ini'' Weston configuration file<ref name="weston.ini">[http://manpages.ubuntu.com/manpages/latest/man5/weston.ini.5.html Ubuntu weston.ini manpage]</ref> | ||
{{Board$}} cat /etc/xdg/weston/weston.ini | {{Board$}} cat /etc/xdg/weston/weston.ini |
Revision as of 14:34, 8 April 2022
- Edit and change the value of the keymap_layout variable (e.g. from fr to us) in the KEYBOARD section of the weston.ini Weston configuration file[1]
fr [...]Board $> cat /etc/xdg/weston/weston.ini [...] [keyboard] keymap_layout=
us [...]Board $> vi /etc/xdg/weston/weston.ini [...] [keyboard] keymap_layout=
- Restart Weston [2]
Board $> systemctl restart weston@root.service
1. References