Hello,

I am trying to emulate a keystroke programmatically under FreeDOS.
The problem is that I need to make it work for *anything* that uses the 
keyboard.
So far the attempts I've made (one using INT 16 with AH=5 to store a keystroke 
in the keyboard buffer, and one using outportb) only work for some of the 
applications I have subsequently run.
I'm looking to hook into the lowest possible option, that anything that wants 
to use the keyboard has to go through, regardless of their implementation.

My current idea is trying to replace the keyboard driver with one of my own.
Do you think that would work?
If so, where can I find an open-source keyboard driver I can alter, and how do 
I install it when I'm done?

Any help on the matter would be highly appreciated.
Thanks in advance.
                                          
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Freedos-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freedos-devel

Reply via email to