Date: Sun, 08 Oct 2000 12:29:37 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: "Peter Remmers" Message-Id: <2561-Sun08Oct2000122936+0300-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.5h CC: djgpp AT delorie DOT com In-reply-to: <8rp9h0$j9f$15$1@news.t-online.com> (Peter.Remmers@t-online.de) Subject: Re: strange interrupt chaining problem with keyboard interrupt References: <8rhi12$4up$10$1 AT news DOT t-online DOT com> <9003-Thu05Oct2000231854+0300-eliz AT is DOT elta DOT co DOT il> <8rj5td$l0o$14$1 AT news DOT t-online DOT com> <7458-Fri06Oct2000114142+0300-eliz AT is DOT elta DOT co DOT il> <8rliej$ecd$14$1 AT news DOT t-online DOT com> <2110-Sun08Oct2000073544+0300-eliz AT is DOT elta DOT co DOT il> <8rp9h0$j9f$15$1 AT news DOT t-online DOT com> 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 > From: "Peter Remmers" > Newsgroups: comp.os.msdos.djgpp > Date: Sun, 8 Oct 2000 09:59:39 +0200 > > Do you have keyb.com loaded? No. > I assume you don't, because if I remove it from my autoexec.bat > everything works! Even in a DOS box under windows. If keyb.com is the culprit, it is clear why Shift keys are treated differently (I'd expect the right Alt key to be special as well): they produce special keys and switch the keyboard between the ASCII and your localized input mode. However, I don't know why does this cause the system to hang, or what to do to avoid that.