On Thu, Dec 23, 1999 at 09:55:30AM +0000, Werner LEMBERG wrote:
> > > what keyboard entries in .fvwm2rc do I need to access *all* windows
> > > with (either iconofied or open) lines like
> > >
> > > Key Left A 4 Direction West Focus
> > >
> >
> > If this is working for some but not all of your windows, it may
> > pay to look up "lenience" in the man page.
> >
> > >
> > > Werner
>
> Indeed, this does help. Nevertheless, the logic how the keys are
> working is, hmm, strange.
>
> Consider the following screen layout:
>
>
> oxxxxxxxo
> +-----+
> | |
> +-----+
> .
>
>
> `o' in the left edge is the pager, `o' in the right is the clock. The
> large window is xterm (with mc running in it), the `xxxxxx' is a
> small, elongated window with xterm (being a bit higher than the clock
> and the pager), and the dot symbolizes an iconofied xterm (with mc).
>
> If I click on the iconofied xterm, `Direction North' brings me to the
> pager instead to the xterm window. Why? In the man page it is
> written that `closer objects are considered a better match'.
The algorithm calculating the 'best match' for the direction functions
takes the angle between the centers of the windows into account too.
Since the angle between the icon and the xterm is > 45 degrees, the
window is not considerered to be 'north' of the icon. I agree that this
is not what one would expect. If you like to write a better algorithm
(either as a patch for the latest CVS code or beta release or simply
in words) you are welcome to do so. We haven't had much feedback on
this feature yet and would appreciate any cooperation to get a
more intuitive algorithm.
> If `Lenience' is deactivated, and I click on the iconofied xterm,
> `Direction North' gives nothing, but `Direction East' brings me to the
> large xterm window.
Really? I'll have to check the code why 'lenience' makes any difference.
> I can't follow this logic :-) Just for reference, I've attached my
> .fvwm2rc file.
Bye
Dominik ^_^
--
Dominik Vogt, dominik.vogt_at_gmx.de
Reply-To: dominik.vogt_at_gmx.de
--
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 Sun Dec 26 1999 - 16:58:35 GMT