I have an italian apple keyboard and I confirm that the bug where keys <> and \| are switched is still present.
The command for a volatile fix
echo 0 | sudo tee /sys/module/hid_apple/parameters/iso_layout
and for a permanent solution
echo options hid_apple iso_layout=0 | sudo tee -a /etc/modprobe.d/hid_apple.conf
that are mentioned above fix the issue for me.
I have an italian apple keyboard and I confirm that the bug where keys <> and \| are switched is still present.
The command for a volatile fix
echo 0 | sudo tee /sys/module/ hid_apple/ parameters/ iso_layout
and for a permanent solution
echo options hid_apple iso_layout=0 | sudo tee -a /etc/modprobe. d/hid_apple. conf
that are mentioned above fix the issue for me.