PDA

View Full Version : Sticky Keys?



Joe Q
October 13th, 2002, 12:55 PM
I am trying to control a dialog box in a DVD player. I have a key programmed but the particular key in the dialog box does not respond. Once I get the one working, the rest will follow.

I emailed the author of the DVD player and here is what he told me:
"The AR controls respond to keydown and keyup events. Because they 'stick' when you hold a key down, you somehow need to have girder send a keydown event, and then multiple repeat events before doing a keyup. I don't know whether you can generate a sticky key, but that's what you really need."

Can anyone give me some idea how to do this please?

Thanks,
Joe