On 02 Mar 2003 14:10:52 +0100, Gert Brinkmann wrote:
> 
> Mikhael Goikhman wrote:
> 
> >   AddToFunc MyFocusAndRaise
> >   + I Focus
> >   + I Raise
> >   + I WarpToWindow
> > 
> >   Key N  A  SC  Next (XTerm) MyFocusAndRaise  # press Shift-Ctrl-N
> 
> Can this be done more generally so that it does work with not only 
> xterms but with every type of window? Something like:
> 
>  ... Next (has same class as current) MyFocusAndRaise

In 2.5.6:

  Key N  A  SC  Current Next ($[w.class]) MyFocusAndRaise

In older versions (this syntax may be obsolete in the future):

  Key N  A  SC  Current Next ($c) MyFocusAndRaise

Regards,
Mikhael.
--
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