tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: [PATCH] ISO abd JIS for ADB (Was: two keys with same keycode on ADB)



Hello,

On Fri, 13 May 2022 01:26:34 +0000
Emmanuel Dreyfus <manu%netbsd.org@localhost> wrote:

> I am also a bit puzzled that in our historical code, ANSI ADB
> scancode 42, which is supposed to be backslash (the key is between
> backspace and return), is converted into USB scancode 50, which
> is non US hash. I did not change it, but here again, input from
> someone that has access to that keyboard would help.

It's there because hidkbdmap.c has
    KC(50), 			KS_backslash,	KS_bar,

have fun
Michael


Home | Main Index | Thread Index | Old Index