NetBSD-Bugs archive

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

Re: kern/44570: brazilian keyboard layout



Hello
As I am suffering the same problem I would suggest the following patch to the ABNT2 keyboard keymaps.

dm4# cvs diff share/wscons/keymaps/
cvs diff: Diffing .
cvs diff: Diffing share
cvs diff: Diffing share/wscons
cvs diff: Diffing share/wscons/keymaps
Index: share/wscons/keymaps/pckbd.br.abnt2
===================================================================
RCS file: /cvsroot/src/share/wscons/keymaps/pckbd.br.abnt2,v
retrieving revision 1.1
diff -r1.1 pckbd.br.abnt2
5d4
< keycode 1 = Escape
12a12,14
> keycode 16 = q Q slash
> keycode 17 = w W question
> keycode 18 = e E degree
20,21d21
< keycode 73 = KP_Prior KP_9
< keycode 81 = KP_Next KP_3
24,25d23
< keycode 201 = Prior
< keycode 209 = Next

It solves the problem of scroll back in the console and adds some mapping that became more common since the creation of this PR.

Note:
This keymap works only for PS/2 keyboard.
I can create a version of this for USB keyboards if necessary.

Best regards
Vicente.




Home | Main Index | Thread Index | Old Index