Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/conf Default the keymap to new "us.iopener" ma...



details:   https://anonhg.NetBSD.org/src/rev/82ac6d101fc5
branches:  trunk
changeset: 484926:82ac6d101fc5
user:      tsarna <tsarna%NetBSD.org@localhost>
date:      Fri Apr 14 23:14:25 2000 +0000

description:
Default the keymap to new "us.iopener" mapping

diffstat:

 sys/arch/i386/conf/IOPENER |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (28 lines):

diff -r 42149996b9c8 -r 82ac6d101fc5 sys/arch/i386/conf/IOPENER
--- a/sys/arch/i386/conf/IOPENER        Fri Apr 14 23:11:08 2000 +0000
+++ b/sys/arch/i386/conf/IOPENER        Fri Apr 14 23:14:25 2000 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: IOPENER,v 1.1 2000/04/08 21:27:07 tsarna Exp $
+#      $NetBSD: IOPENER,v 1.2 2000/04/14 23:14:25 tsarna Exp $
 #
 #      IOPENER -- GENERIC-like kernel for the Netpliance i-opener
 #
 
 include "arch/i386/conf/std.i386"
 
-#ident                 "IOPENER-$Revision: 1.1 $"
+#ident                 "IOPENER-$Revision: 1.2 $"
 
 maxusers       32              # estimated number of users
 
@@ -165,6 +165,10 @@
 options        WSDISPLAY_COMPAT_RAWKBD         # can get raw scancodes
 # see dev/pckbc/wskbdmap_mfii.c for implemented layouts
 #options       PCKBD_LAYOUT="(KB_DE | KB_NODEAD)"
+
+# Make F1 ("Back") -> Escape, F2-F12 ("Forward" to "Home") -> F1-F11
+options        PCKBD_LAYOUT="(KB_US | KB_IOPENER)"
+
 # allocate a number of virtual screens at autoconfiguration time
 #options       WSDISPLAY_DEFAULTSCREENS=4
 # use a large software cursor that doesn't blink



Home | Main Index | Thread Index | Old Index