<<
I would like to know how I can use fvwm2 (possibly FvwmEvent)
to do the following:

When a window with window name "Netscape: Error" pops up fvwm2
automatically clicks OK for me.

When a window with window name "Netscape: Licence Agreement" pops
up fvwm2 automatically clicks Accept for me. Alternatively,
passing a Return keystroke to the above mentioned nasty netscape
windows would also do.

I tried the following but it did not work (I did not find the
FvwmEvent man page as clear as the other pages).

Module FvwmEvent
*FvwmEvent "Netscape: Error" Destroy
>>

Here's mine (2.3.16)...

*FvwmEventPassID
*FvwmEvent window_name winame_event

AddToFunc winame_event
+       "I" WindowID $0 ("*Free*AOL*")                  Close
+       "I" WindowID $0 ("Netscape: Netscape Plug-ins") Close
+       "I" WindowID $0 ("Netscape: subprocess diagnostics*") Close


----- End Included Message -----

--
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]

Reply via email to