On Jul 5, 2007, at 8:06 AM, Dan Stevens (IAmAI) wrote:
>> i have a window with OK and CANCEL button wich appears. and i want
>> when
>> that window is active to block the mouse and the keyboard and send
>> the
>> key enter to press the OK button
>
> This to me sounds like you're trying to achieve keyboard and mouse
> emulation. Is this correct?
>
> On 05/07/07, Bulhac Mihai <> wrote:
>> John Joyce wrote:
>> > On Jul 4, 2007, at 2:29 AM, mihai wrote:
>> >
>> >> How can i block and release the mouse and keyboard and how can a
>> >> simulate a key pressed in ruby? (for exemple i want to press enter
>> >> key)
>> >>
>> >> --
>> >> Posted via http://www.ruby-forum.com/.
>> >>
>> >
>> > Depends ..
>>
>> depends of what?
>> i have a window with OK and CANCEL button wich appears. and i want
>> when
>> that window is active to block the mouse and the keyboard and send
>> the
>> key enter to press the OK button
>>
>> --
>> Posted via http://www.ruby-forum.com/.
>>
>>
>
That's what I mean by depends... it depends greatly on the
environment you want it to work in. Unfortunately this sort of thing
can be very implementation specific. Unix shell? Dos box? Windows? OS
X ? KDE?
All have their own ways of doing this stuff.