1. Re: Trapping keypad keys
Re: trapping numeric keys
Jacques Deschenes wrote:
> If you use bios interrupt #16 to read the characters...
Thanks. I've got a funky little routine where I just look directly into the
keyboard queue. It lets me kill type-ahead, which can be a problem on my
slow little 386.
I wrote the routine this weekend, and was having trouble figuring out why it
didn't work, until I noticed that the keys were being placed into the buffer
automatically by DOS - no need for me to intervene at all.
Thanks anyway. :)
-- David Cuny