Path: utzoo!mnetor!tmsoft!torsqnt!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!darrell!uakari.primate.wisc.edu!unmvax!ariel.unm.edu!triton.unm.edu!metal From: metal@triton.unm.edu (Brad Basler) Newsgroups: comp.os.msdos.programmer Subject: Re: Ascii codes for 'Alt' keychords Message-ID: <1990Dec18.224134.27843@ariel.unm.edu> Date: 18 Dec 90 22:41:34 GMT References: <1990Dec14.221221.20958@cs.columbia.edu> <1990Dec18.184731.1411@aplcen.apl.jhu.edu> Sender: news@ariel.unm.edu (News supported software) Organization: University of New Mexico, Albuquerque NM Lines: 26 In article <1990Dec18.184731.1411@aplcen.apl.jhu.edu> tcs@mailer.jhuapl.edu (Carl Schelin) 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!) I couldn't find a reference to them either so I had to write out a program to print out their decimal value. This is what I got. F1 - F10 : NULL+59 - NULL+68 w/ shift: NULL+84 - NULL+93 w/ ctrl : NULL+94 - NULL+103 w/ alt : NULL+104 - NULL+113 From this I get "alt-F5" == NULL+108. I was unable to get the original post so I'm not sure if this is exactly what you wanted. \Ben <2B> aka Brad Basler (student for life >-( ) metal@hydra.unm.edu