Date: Sun, 23 Apr 2000 09:42:40 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Chewbaklava cc: djgpp AT delorie DOT com Subject: Re: Keyboard Handler In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Thu, 20 Apr 2000, Chewbaklava wrote: > I was making a keybord handler. I got it installed and it reads from the > keyboard. But there is one problem, when revieving bytes from the keyboard, > the handler spits out 2 42's before the number of the key. 42 decimal or 42 hex? Do you see this for every key, or just for some? If the latter, what keys are those? > I assume (I > don;t even know if this is an actual term, I just heard it somewhere) that > these are extended keys. Extended keys are prefixed with E0h, not with 42.