On 28 Feb 2003 12:55:06 +0100, Thomas Glanzmann wrote:
> 
> When writing
> 
>       WindowList Root c c NoDeskSort, ShowPage, SelectOnRelease
> 
> ShowPage works.
> When writing
> 
>       WindowList Root c c NoDeskSort, SelectOnRelease, ShowPage
> 
> ShowPage does not work. The Problem here is that SelectOnRelease calls a
> function to get Options. And I think that ShowPage is calles as an option?
> This is an FVWM Current.

The parsing of SelectOnRelease option is not good. Use this instead:

  WindowList Root c c NoDeskSort, SelectOnRelease "", ShowPage

I think we already received enough complains to rethink this idea.

I vote for WindowList not to be defaulting to "SelectOnRelease Meta_L".
This is only (supposedly/questionably) good for Alt-Tab, but not for other
key and mouse combinations that include Alt modifier. It is ok for me if
ConfigFvwmDefaults includes this binding:

  Key Tab A M WindowList Root c c NoDeskSort, SelectOnRelease Meta_L

Regards,
Mikhael.
--
Visit the official FVWM web page at <URL:http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm-workers" in the
body of a message to [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]

Reply via email to