-key "introduction"
To: None <netbsd-users@NetBSD.org>
From: Zbigniew Baniewski <zb@ispid.com.pl>
List: netbsd-users
Date: 03/28/2005 18:58:08
Hallo,
I noticed, that the currently defined default terminal treats <Delete> key
the same way as <Backspace>. But the solution seems to be simple - why not
include just one more definition in /usr/include/dev/wscons/wsksymdef.h:
#define KS_Remove 0x04
After recompilation, one can add proper <Delete>-key handling system- and
application-wide simply via:
wsconsctl -w map+="keycode 211 = Remove"
Tried it today - it just works. Perhaps it can be included in upcoming
release?
--
pozdrawiam / regards
Zbigniew Baniewski