Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!pilchuck!dataio!fnx!nazgul!bright From: bright@nazgul.UUCP (Walter Bright) Newsgroups: comp.os.msdos.programmer Subject: Re: Ascii codes for 'Alt' keychords Message-ID: <209@nazgul.UUCP> Date: 21 Dec 90 10:11:45 GMT References: <1990Dec14.221221.20958@cs.columbia.edu> Reply-To: bright@nazgul.UUCP (Walter Bright) Distribution: na Organization: Zortech, Seattle Lines: 11 In article <1990Dec14.221221.20958@cs.columbia.edu> olasov@cs.columbia.edu (Ben Olasov) writes: /I can't find them anywhere (I know I'm probably looking in the wrong /places) - does anyone have them in emailable form? /(If you even have the code for 'Alt-F5' it would be great!) When I've needed to know such stuff, I couldn't find it either. It turned out to be a pretty simple C program to read the keyboard and output the hex values. This also makes it immune from errors in the manual! I suggest this approach, as you are probably writing a program to read the keyboard anyway.