Re: [Xpert]automating keypress events

2002-10-10 Thread Franco Bevilacqua
I have wrote a c++ client keyboard event based on a XSendEvent I send you the source Henrik Sandklef wrote: HI! Still if you want to send an event, you can use either of the following: XSendEvent (make sure that your application allows these events) XTest extension (*)

Re: [Xpert]automating keypress events

2002-10-09 Thread Chris BeHanna
On Mon, 26 Aug 2002, Beetle wrote: could anyone help me out with some example code on how to create a keypress event without actually using the keyboard? i want to be able to go to fullscreen in ogle (and other programs like it that won't start out in fullscreen mode) thanks in advance.

Re: [Xpert]automating keypress events

2002-10-09 Thread Henrik Sandklef
HI! Still if you want to send an event, you can use either of the following: XSendEvent (make sure that your application allows these events) XTest extension (*) Xnee (record a short session and replay it later) (**) .. there are more ways to do it. Anyhow I think it

[Xpert]automating keypress events

2002-10-08 Thread Beetle
could anyone help me out with some example code on how to create a keypress event without actually using the keyboard? i want to be able to go to fullscreen in ogle (and other programs like it that won't start out in fullscreen mode) thanks in advance. beetle