So I am currently in the process of configuring my Raspberry Pi Model B and I have some trouble with two keys on my keyboard.
I used a ISO keyboard with a German, Windows layout and connected it via USB and everything works fine with it, after changing the locate to 'de', but the main keyboard I want to use is a Logitech K811 bluetooth keyboard and I have some difficulties setting it up correctly.
The K811 is also a ISO keyboard albeit with a German, Macintosh layout, I connected it via bluetooth and everything works fine, except that when I press the ^ and ° key on the bluetooth keyboard it acts as if I hit the <; > and | key and vice versa, now this does not happen with the wired keyboard, although the keys are at the same position on the keyboard.
I thought maybe there might be a way to manually map certain keys on certain keyboards? I already tried the keyboard setup with
Code: Select all
sudo dpkg-reconfigure keyboard-configuration
A picture of the keyboards:

And here is my current state of my /etc/default/keyboard file:
Code: Select all
# KEYBOARD CONFIGURATION FILE
# Consult the keyboard(5) manual page.
XKBMODEL="apple"
XKBLAYOUT="de"
XKBVARIANT="mac"
XKBOPTIONS=""
BACKSPACE="guess"