Re: Insert Keycode into Keyboard Buffer?
- Posted by "Juergen Luethje" <j.lue at gmx.de> May 31, 2004
- 570 views
cklester wrote: > Is it possible to insert a keycode into the keyboard buffer to make it > look as though that key were actually pressed? In the past I did so under DOS, with my programs written in PowerBASIC. They directly poke() the appropriate values into the BIOS data area. I tried to translate the appropriate routine to Euphoria, but it didn't work.I believe it's because I don't exactly understand, how the Causeway extender handles memory. If you want a Windows program, look for 'sendkeys.zip' by Thomas Parslow in the archieves. Regards, Juergen