From: Satyr Newsgroups: comp.os.msdos.djgpp Subject: Obtaining Alt/Control/Shift keypresses? (DJGPP/Allegro) Date: Wed, 09 Sep 1998 14:58:29 +0200 Organization: none Lines: 9 Message-ID: <35F67B75.FA53A299@pobox.com> NNTP-Posting-Host: a5.complang.tuwien.ac.at Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Hi! I'm looking for a way to detect the keypresses on the shift/alt/control keys (i.e. the modifier keys) at the time they're hit as well as when they're released. What is the recommended way to do this with DJGPP and Allegro, other than writing an interrupt handler? Thanks, Marinos