Xref: utzoo comp.os.msdos.apps:1236 comp.os.msdos.misc:1380 Path: utzoo!news-server.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!magnus.ircc.ohio-state.edu!zaphod.mps.ohio-state.edu!wuarchive!udel!brahms.udel.edu!sguerke From: sguerke@brahms.udel.edu (Stephen Guerke) Newsgroups: comp.os.msdos.apps,comp.os.msdos.misc Subject: Re: PAUSE key Message-ID: <19470@brahms.udel.edu> Date: 9 Mar 91 14:33:42 GMT References: <1991Mar08.165737.16390@truevision.com> Followup-To: comp.os.msdos.apps Organization: University of Delaware Lines: 21 In article <1991Mar08.165737.16390@truevision.com> bobz@truevision.com (Bob Zigon) writes: >How do i detect when the user has pressed the PAUSE key on the >101 key keyboard? A keycode/scancode does not seem to be generated >(atleast according to the Norton Guides). > >Bob Zigon According to the WINN ROSCH HARDWARE BIBLE the make code for the pause key is E1 1D E1 9D C5. The Pause key apparantly does not generate a break code. (according to the tables in the book, the Pause key is the only one that does not generate a break code - telling the bios that it has been released - the make code tells the bios that the key has been pressed , the break code tells it that the key has been released). It seems that any break code will release the pause key :). Hope this helps.