Unable to set keyboard layout to be (azerty) - Raspberry Pi Forums


hello,

whatever try cannot make keyboard layout on raspbian belgium komma layout (azerty).
set in /etc/default/keyboard , reboot, didn't help. need t automatable way, using raspi-config not option. other configuration file need edit set keyboard azerty?

code: select all

cat /etc/default/keyboard # keyboard configuration file  # consult keyboard(5) manual page.  xkbmodel="pc105" xkblayout="be" xkbvariant="" xkboptions=""  backspace="guess"

try localectl, e.g.

code: select all

localectl set-keymap us
worked fine me.


raspberrypi



Comments