Keyboard mapping on Shell

Hello,

I’m trying to change the keyboard mapping on Volumio’s shell, but it doesn’t work.

Basically, I updated the packages, installed raspi-config, keyboard-configuration (as proposed here: volumio.github.io/docs/User_Man … tions.html), choose the right keyboard (Apple ISO -> FR, etc.), but nothing does, even after a reboot, it does not work.

I would like to point out that the “loadkeys” command does not work.

Do you have a solution for me?

Hi there,

a little late, but maybe still of use for you and others desperate to fix this.

Edit configuration file:
/etc/default/keyboard

Here’s my layout for using a German Logitech K400+, and yes, it survives a reboot…
XKBMODEL=“latitude”
XKBLAYOUT=“de”
XKBVARIANT=""
XKBOPTIONS=""
BACKSPACE=“guess”

Happy tinkering,
Marin