On Thu, Jan 16, 2003 at 08:19:11AM +0100, Dominik Vogt wrote:
> On Wed, Jan 15, 2003 at 10:22:31PM -0500, Maciej Kalisiak wrote:
> > I have an rxvt swallowed inside FvwmButtons, and have this binding:
> >
> > Key 8 A 4 Next (tiny_term) Focus
> >
> > This works when the rxvt is outside FvwmButtons, but does not focus it when
> > swallowed. What is wrong, and how do I go around it?
>
> The "Next" command works only on top level windows, not the ones
> swallowed by some other application.
Ahhh.
> You can give FvwmButtons the focus, and then warp the pointer over the rxvt
> window:
>
> WIth ClickToFocus:
>
> Key 8 A 4 Next (FvwmButtons) Function foo
>
> AddToFunc foo
> + I Focus
> + I WarpToWindow <position_of_rxvt>
>
> Or with MouseFocus/SloppyFocus:
>
> Key 8 A 4 Next (FvwmButtons) WarpToWindow <position_of_rxvt>
Now, this assumes that the embedded rxvt has SloppyFocus, no? Otherwise, just
because the mouse cursor is over it, how does this cause the rxvt to receive
focus in a ClickToFocus setup?
BTW, that's an elegant way to force, or at least strongly suggest that any
replies go to the list. (In his email to me, Dominik set the From: field to
"Dominik Vogt <fvwm_at_fvwm.org>") Short and sweet.
--
Maciej Kalisiak mac "at" dgp.toronto.edu www.dgp.toronto.edu/~mac
--
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 majordomo_at_fvwm.org.
To report problems, send mail to fvwm-owner_at_fvwm.org.
Received on Thu Jan 16 2003 - 08:15:36 GMT