Subject: Some details...
To: None <briggs@puma.bevd.blacksburg.va.us>
From: Yulim Tan <Yulim.Tan@scinfo.u-nancy.fr>
List: macbsd-general
Date: 02/14/1995 21:07:17
about dt-1.0, I found the "bug" (if it is one...:) )
in kbd.c, procedure kbd_scantokey(), I have:
if ISKEYDOWN(ADBK_CONTROL) {
char[keyssofar++] = keyboard [key][2];
} else if ISKEYDOWN (ADB_SHIFT) ...
so, we can never have the two keys pressed in the same time..
difficult to reach ctrl - - in such condition ;).
I will try to solve this pb.
Snoopy