Date: Wed, 5 Sep 2001 11:34:51 +0800 (CST) From: Qi Xu To: Subject: about keyboard event Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com hi, i write a program in djgpp, and want to get keypress and keyrelease event. i know this can be done by writing my own keyboard handler, but i am not very familiar with low level keyboard programming, and such things like keyboard LED process will bring me a lot of headaches. is there any way that i just get the key status and let bios do the other stuff? thanks! Regards, krist