> 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.
at least one outportb based method should work everywhere (except on Bret's sony notebook ;) as you didn't take the time to specify WHAT does not work under WHIVH circumstances I wont waste my time either. > My current idea is trying to replace the keyboard driver with one of my own. > Do you think that would work? 'regardless of their implementation' ? > 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. > Mit freundlichen Grüßen/Kind regards Tom Ehlert +49-241-79886 ------------------------------------------------------------------------------ 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
