Registered User No edit summary |
Registered User mNo edit summary Tag: 2017 source edit |
||
Line 1: | Line 1: | ||
<noinclude> | |||
{{ApplicableFor | {{ApplicableFor | ||
|MPUs list=STM32MP13x, STM32MP15x, STM32MP25x | |MPUs list=STM32MP13x, STM32MP15x, STM32MP21x, STM32MP23x, STM32MP25x | ||
|MPUs checklist=STM32MP13x, STM32MP15x, STM32MP25x | |MPUs checklist=STM32MP13x, STM32MP15x, STM32MP21x, STM32MP23x, STM32MP25x | ||
}} | }} | ||
</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 | |||
[...] | |||
[keyboard] | |||
keymap_layout={{highlight|fr}} | |||
[...] | |||
{{Board$}}vi /etc/xdg/weston/weston.ini | |||
[...] | |||
[keyboard] | |||
keymap_layout={{highlight|us}} | |||
[...] | |||
* Restart Weston <ref>[[How to stop and start Weston]]</ref> | * Restart Weston <ref>[[How to stop and start Weston]]</ref> | ||
{{Board$}}systemctl restart weston-graphical-session | |||
==References== | ==References== |
Revision as of 15:31, 7 October 2024
- 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 [...]cat /etc/xdg/weston/weston.ini [...] [keyboard] keymap_layout=
us [...]vi /etc/xdg/weston/weston.ini [...] [keyboard] keymap_layout=
- Restart Weston [2]
systemctl restart weston-graphical-session
1. References[edit | edit source]