Last edited one year ago

How to configure the Weston keyboard layout: Difference between revisions


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

1. References