Re: FVWM: key-triggered focus of app within FvwmButtons

From: Dominik Vogt <fvwm_at_fvwm.org>
Date: Thu, 16 Jan 2003 08:19:11 +0100

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

See the man page about WarpToWindow for details and make sure you
do not use the NeverFocus style for FvwmButtons.

Bye

Dominik ^_^ ^_^
--
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 - 01:18:37 GMT

This archive was generated by hypermail 2.3.0 : Mon Aug 29 2016 - 19:37:54 BST