Date: Sat, 11 Nov 2000 22:27:53 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: Kai Dietrich Message-Id: <5137-Sat11Nov2000222752+0200-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.6 CC: djgpp AT delorie DOT com In-reply-to: <3A0D8B7A.B11E128@t-online.de> (message from Kai Dietrich on Sat, 11 Nov 2000 19:10:02 +0100) Subject: Re: keyboard delay/repeat rate References: <3A0D8B7A DOT B11E128 AT t-online DOT de> 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: Kai Dietrich > Newsgroups: comp.os.msdos.djgpp > Date: Sat, 11 Nov 2000 19:10:02 +0100 > > How can I set the keyboards delay / repeat rate. I know, it's int16h but > how do I call it??? Use library function __dpmi_int for calling real-mode services such as functions of Int 16h. Chapter 18 of the FAQ has some more explanations and working examples.