Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 09/18/1998 08:35:45
Module Name:	src
Committed By:	drochner
Date:		Fri Sep 18 15:35:45 UTC 1998

Modified Files:
	src/sys/dev/dec: wskbdmap_lk201.c
	src/sys/dev/pckbc: wskbdmap_mfii.c
Log Message:
Map the "backspace" key to "delete" and the "remove" key to
"keypad-delete". (This is not completely clean; for me these keys make
up perhaps a "function field", but no "keypad".)
This is the mapping expected by applications.
Proposed by Chris Jones via PR kern/6089 and Dave Sainty.