Approved version. Approved on: 15:04, 1 August 2023
- Last edited 4 months ago ago
How to configure the Weston keyboard layout
- 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-graphical-session
References