Subject: Re: delete and backspace...
To: None <seebs@plethora.net>
From: Matthias Drochner <drochner@zel459.zel.kfa-juelich.de>
List: current-users
Date: 08/14/1999 14:36:38
seebs@plethora.net said:
> Anyway, is this a tweakable setting?

Yes, you can eg set the <x| key to ^H by:
wsconsctl -w map+="keycode 14 = Cmd_ResetEmul BackSpace"

See sys/dev/pcpbc/wskbdmap_mfii.c for keycodes generated
by the PC keyboard, and sys/dev/wscons/wsksymdef.h for
keysyms which can be assigned to the keycodes.

best regards
Matthias