Registered User No edit summary |
Registered User mNo edit summary |
||
(One intermediate revision by the same user not shown) | |||
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 | ||
[...] | [...] | ||
Line 13: | Line 13: | ||
* Restart Weston <ref>[[How to stop and start Weston]]</ref> | * Restart Weston <ref>[[How to stop and start Weston]]</ref> | ||
{{Board$}} systemctl restart weston | {{Board$}} systemctl restart weston@root.service | ||
==References== | ==References== |
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