Belgian keyboard in X11

Create a 10-keyboard.conf file in /etc/X11/xorg.conf.d/ and add the following lines:

Section "InputClass"
    Identifier          "Keyboard Defaults"
    MatchIsKeyboard     "yes"
    Option              "XkbLayout" "be(azerty)"
EndSection