Last edited one month ago

How to configure the Weston keyboard layout

Applicable for STM32MP13x lines  STM32MP15x lines    STM32MP23x lines  STM32MP25x lines


  • 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] located in /etc/xdg/weston/weston.ini
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-graphical-session

1. References