Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!uunet!zaphod.mps.ohio-state.edu!mips!news.cs.indiana.edu!ux1.cso.uiuc.edu!uxa.cso.uiuc.edu!mas35638 From: mas35638@uxa.cso.uiuc.edu (Mike) Newsgroups: comp.sys.ibm.pc.misc Subject: char trapping in TSR Message-ID: <1991Apr29.145050.11035@ux1.cso.uiuc.edu> Date: 29 Apr 91 14:50:50 GMT Sender: usenet@ux1.cso.uiuc.edu (News) Organization: University of Illinois at Urbana Lines: 10 Help! I'm writing a TSR which must trap the keyboard in certain situations. My problem is that I wrote a hook into INT 8 to do and INT 16 to get what's on the keyboard buffer, but DOS is getting to it first! I have a hook into INT 9 also, but the scan codes haven't been converted to ASCII and put in the buffer yet at that point. What do I do? Replies ASAP would be greatly appreciated... Mike Stangel m-stangel@uiuc.edu