F11 and F12 keys

Larry Tyree tree@lady.axian.com
Thu, 15 Aug 1996 11:25:47 -0700 (PDT)


It looks like the hardware is handling the keys the same way as any
other normal key - by putting it on into the keyboard buffer (which is not
done for the shift/alt/control keys).  

Maybe I need to write my own KeyPressed/ReadKey routines to remove the 
characters off the buffer instead of Borlans's routines.

Interesting problem.

Tree