Re: sending code to keyboard
- From: pete@xxxxxxxxxxxxxxxxxx
- Date: Thu, 28 Jul 2005 17:17:45 +0000 (UTC)
In article <dc9sm1$5vc$1@xxxxxxxxxxxxxxxxxxxxxxx>
wemccaug@xxxxxxxxxxxxxxxxxxxxxxx "Wendy E. McCaughrin" writes:
> Having trapped a caps-lock keypress, I now want to replace it with
> a blank (scan-code = 39h, key = 20h) to the keyboard. Int 16, AH=05
> should be able to accomplish this, but apprently does not (for me,
> anyway). Is there an alternative?
>
> Thanks!
You might have to forget the Int16/05 and stuff the keyboard
buffer directly -- search the usual DOS places for CAPSLOCK.ZIP
or CAPSCTRL.ZIP or something similar which has the asm source to
do what you want. I've something here (somewhere!) that I think
I found on garbo...
Pete
--
"We have not inherited the earth from our ancestors,
we have borrowed it from our descendants."
.
- Follow-Ups:
- Re: sending code to keyboard
- From: DOS Guy
- Re: sending code to keyboard
- References:
- sending code to keyboard
- From: Wendy E. McCaughrin
- sending code to keyboard
- Prev by Date: Re: VC++ equvalent of unix opendir() and readdir()?
- Next by Date: Re: sending code to keyboard
- Previous by thread: sending code to keyboard
- Next by thread: Re: sending code to keyboard
- Index(es):
Relevant Pages
|