Last edited 5 years ago

How to configure the Weston keyboard layout: Difference between revisions

Registered User
mNo edit summary
Registered User
No edit summary
 
Line 1: Line 1:
<noinclude>
{{ArticleMainWriter | PhilippeC}}
{{ArticleApprovedVersion | PhilippeC | VincentA | No previous approved version | AnneJ - 16Oct'18 - 9279 | 16Oct'18}}
[[Category:How to run use cases]]
[[Category:Wayland Weston]]
</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/wily/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/wily/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 25: Line 17:
==References==
==References==
<references />
<references />
<noinclude>
{{PublicationRequestId| 9279 | 2019-10-16 | AnneJ}}
[[Category:How to run use cases]]
[[Category:Wayland Weston]]
</noinclude>

Latest revision as of 11:05, 7 October 2019

  • 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]
  cat /etc/xdg/weston/weston.ini
 [...]
 [keyboard]
 keymap_layout=fr
 [...]
  vi /etc/xdg/weston/weston.ini
 [...]
 [keyboard]
 keymap_layout=us
 [...]
  • Restart Weston [2]
  systemctl restart weston

1. References