On Sat, Mar 05, 2005 at 11:57:18AM -0500, Jim Cline wrote: > If it were possible to have two actions associated with a button > (the first to pop up the window, the second to execute a CursorMove > command) I would know how to do this, but apparently that's not possible. > There must be another way which I'm not seeing.
You're on the right track, instead of binding it to Exec foo, bind it to a function that does all the actions you require, eg: AddToFunc MyExecFunc + I Exec $0 + I Wait $0 + I Next ($0) WarpToWindow 50 50 Now you can use MyExecFunc xterm, instead of Exec xterm or whatever :) -- ------------------------------------- [EMAIL PROTECTED] | finger me for my gpg key. ------------------------------------------------------- -- Visit the official FVWM web page at <URL: http://www.fvwm.org/>. To unsubscribe from the list, send "unsubscribe fvwm" in the body of a message to [EMAIL PROTECTED] To report problems, send mail to [EMAIL PROTECTED]
