On 20 Apr 2013 22:08:00 +0200 "Holger Sebert" <holger.seb...@ruhr-uni-bochum.de> wrote: > This phenomenon does not exist on a x86-based > installation of Plan 9, so it seems specific > to the Raspberry Pi.
Strange.... Is the x86 installation on real hardware or under a VM? If the latter, the underlying OS may be doing the right thing for you. In any case, you can try to find out what scancodes are reported and create your own kbmap file. % echo kbargs -dd > /dev/usbdctl Remove and replug your keyboard and watch what happens when you press your "< | >" key. When I do this I get a constant stream of kbd mod 0: kc 0 kc 0 kc 0 kc 0 kc 0 kc 0 kbd mod 0: kc 0 kc 0 kc 0 kc 0 kc 0 kc 0 kbd mod 0: kc 0 kc 0 kc 0 kc 0 kc 0 kc 0 which is probably due to my el-cheapo keyboard but may be this will behave better for you.