diff options
| author | martin <martin@NetBSD.org> | 2020-07-13 14:22:47 +0000 |
|---|---|---|
| committer | martin <martin@NetBSD.org> | 2020-07-13 14:22:47 +0000 |
| commit | c788d4d3d78019ade80986975ae9196d10efa09c (patch) | |
| tree | daa7609ffc05151c8edfe01b9fefc7521d6cc826 /etc | |
| parent | 9d8314cb33ed7de63c0af9c85e023e69f3f5f6a7 (diff) | |
Pull up following revision(s) (requested by nia in ticket #1002):
sys/dev/wscons/wsksymdef.h: revision 1.68
sys/dev/wscons/wsksymdef.h: revision 1.69
sys/dev/pckbport/wskbdmap_mfii.c: revision 1.28
sys/dev/pckbport/wskbdmap_mfii.c: revision 1.29
sys/dev/hid/hidkbdmap.c: revision 1.10
share/man/man4/pckbd.4: revision 1.23
share/man/man4/wskbd.4: revision 1.18
share/man/man4/wskbd.4: revision 1.19
share/man/man4/pckbd.4: revision 1.25
sys/dev/wscons/wsksymdef.h: revision 1.70
sys/dev/wscons/wsksymdef.h: revision 1.71
sys/dev/pckbport/wskbdmap_mfii.c: revision 1.30
sys/dev/wscons/wsksymdef.h: revision 1.72
sys/dev/pckbport/wskbdmap_mfii.c: revision 1.31
sys/dev/wscons/wsksymdef.h: revision 1.73
sys/dev/pckbport/wskbdmap_mfii.c: revision 1.32
sys/dev/pckbport/wskbdmap_mfii.c: revision 1.33
sys/dev/hid/hidkbdmap.c: revision 1.4
sbin/wsconsctl/wsconsctl.8: revision 1.30
sys/dev/hid/hidkbdmap.c: revision 1.5
etc/wscons.conf: revision 1.20
sys/dev/hid/hidkbdmap.c: revision 1.6
etc/wscons.conf: revision 1.21
sys/dev/hid/hidkbdmap.c: revision 1.7
sys/dev/hid/hidkbdmap.c: revision 1.8
sys/dev/hid/hidkbdmap.c: revision 1.9
Add support for the Brazilian keyboard layout to pckbd and ukbd.
This is significantly different from the European Portugese layout,
and was pieced together from Wikipedia, X11 layout files, and to
some extent with trial and error.
Thanks to lun-4 for helping test this.
PR kern/44570
Update lists of keyboard layouts to add Turkish and Brazilian
Bring br.nodead closer to X11
Add Estonian layout as a variation of Swedish for ukbd and pckbd
Add KB_TR for uhid keyboards (it was PS/2 only, this seems wrong)
Add Icelandic keyboard layout to ukbd/pckbd.
Add keyboard layout for Latin American Spanish to ukbd/pckbd
Canadian French keyboard layout for ukbd/pckbd
Clarify that KB_TR is the "Q" layout - there's two standards for Turkish.
Move description of keyboard layouts to wskbd.4, add newer layouts
Previously, the best reference was pckbd.4. This does not make much
sense to read if you are on, say, an evbarm device with only USB.
wsconsctl.8 contained a vaguer description of supported language names,
which isn't very useful because you can't pass full language names
to the command. Point readers to wskbd.4 instead.
Note in the wskbd.4 page that while all layouts are generally supported
by pckbd(4) and ukbd(4), older keyboard interfaces might only support
a subset.
wskbd.4: Add KB_LA
Point readers at wskbd.4
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/wscons.conf | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/etc/wscons.conf b/etc/wscons.conf index aaffaf85aeb..33f99e2115c 100644 --- a/etc/wscons.conf +++ b/etc/wscons.conf @@ -1,4 +1,4 @@ -# $NetBSD: wscons.conf,v 1.19 2011/07/22 19:06:23 christos Exp $ +# $NetBSD: wscons.conf,v 1.19.46.1 2020/07/13 14:22:47 martin Exp $ # # workstation console configuration @@ -33,10 +33,8 @@ screen 4 - - #keyboard auto # Select a kernel builtin keyboard map by uncommenting the following line and -# altering the country code to your requirements -# (choose from user, us, uk, be, cz, dk, nl, fi, fr, de, gr, hu, it, jp, no, -# pl, pt, ru, es, sv, sf, sg, ua) -# See wsconsctl(8), pckbd(4), ukbd(4) etc. for more details. +# altering the country code to your requirements. +# See wskbd(4) for a full list of supported options. #encoding sv #encoding us.swapctrlcaps |
