Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/sys/dev/pckbc Pull up revision 1.20 (requested by chuck):
details: https://anonhg.NetBSD.org/src/rev/293beaafbfa8
branches: netbsd-1-5
changeset: 490577:293beaafbfa8
user: he <he%NetBSD.org@localhost>
date: Sat Feb 03 18:17:21 2001 +0000
description:
Pull up revision 1.20 (requested by chuck):
Cause the ``delete'' key to actually send <DEL> like it used to
(and still does with pccons) rather than <ESC>[3~.
diffstat:
sys/dev/pckbc/wskbdmap_mfii.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r ee918d022d15 -r 293beaafbfa8 sys/dev/pckbc/wskbdmap_mfii.c
--- a/sys/dev/pckbc/wskbdmap_mfii.c Sat Feb 03 18:04:08 2001 +0000
+++ b/sys/dev/pckbc/wskbdmap_mfii.c Sat Feb 03 18:17:21 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: wskbdmap_mfii.c,v 1.15 2000/05/19 16:40:04 drochner Exp $ */
+/* $NetBSD: wskbdmap_mfii.c,v 1.15.4.1 2001/02/03 18:17:21 he Exp $ */
/*-
* Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -149,7 +149,7 @@
KC(208), KS_Down,
KC(209), KS_Next,
KC(210), KS_Insert,
- KC(211), KS_KP_Delete,
+ KC(211), KS_Delete,
KC(219), KS_Meta_L,
KC(220), KS_Meta_R,
KC(221), KS_Menu,
Home |
Main Index |
Thread Index |
Old Index