Source-Changes-HG archive

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

[src/netbsd-1-5]: src/etc Pull up revision 1.8 (requested by drochner):



details:   https://anonhg.NetBSD.org/src/rev/b2f1f021c7ea
branches:  netbsd-1-5
changeset: 491589:b2f1f021c7ea
user:      he <he%NetBSD.org@localhost>
date:      Wed May 02 22:39:02 2001 +0000

description:
Pull up revision 1.8 (requested by drochner):
  Allow to select/modify keyboard map from /etc/wscons.conf.
  Fixes PR#12760.

diffstat:

 etc/wscons.conf |  14 +++++++++++++-
 1 files changed, 13 insertions(+), 1 deletions(-)

diffs (26 lines):

diff -r 575d1cc26453 -r b2f1f021c7ea etc/wscons.conf
--- a/etc/wscons.conf   Wed May 02 22:35:41 2001 +0000
+++ b/etc/wscons.conf   Wed May 02 22:39:02 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: wscons.conf,v 1.5.4.1 2000/08/09 07:50:33 drochner Exp $
+#      $NetBSD: wscons.conf,v 1.5.4.2 2001/05/02 22:39:02 he Exp $
 #
 # workstation console configuration
 
@@ -25,4 +25,16 @@
 #screen        5       80x50   vt100
 
 #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, de, dk, it, fr, uk, jp, sv, no, es).
+# See wsconsctl(8), pckbd(4), ukbd(4) etc. for more details.
+#encoding sv
+
+# Redefine individual keys from a file containing "keysym" and/or "keycode"
+# entries.
+# See wsconsctl(8) for more details.
+#mapfile /usr/share/wscons/keymaps/pckbd.sv.svascii
+
 mux            1



Home | Main Index | Thread Index | Old Index