Registered User mNo edit summary |
Registered User mNo edit summary |
||
Line 1: | Line 1: | ||
* 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/ | * 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 | ||
[...] | [...] |
Latest revision as of 18:59, 26 February 2021
- 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@root.service
1. References