On Sun, Apr 21, 2002 at 05:42:09PM +0200, Denis Prost wrote:
> Hi all,
> 
> I'm using fvwm 2.4.6 on my Linux box.
> 
> Here's what I have in my config file :
> 
> ---------------
> 
> Style * NoIcon
> 
> AddToFunc MyIconifyAll
> + I All (!sticky) Iconify true
> 
> key a A MS MyIconifyAll
> 
> --------------
> 
> When I press Alt+Shift+a, all my non sticky windows are iconified (i.e every 
> window but my gnome panel), that's OK, but then, all my fvwm short keys do 
> not work anymore (for example Alt+Tab does nothing). I've got to deiconify 
> one window with my mouse on the gnome taskbar, and then the short keys are 
> back again.
> 
> This is not a gnome specific problem, since it happens also with an fvwm 
> IconManager instead of the gnome panel. 
> 
> Any idea about what's happening ?

What kind of keyboard shzortcuts do not work?  I believe,
something like this should still work:

  key f1 a m gotopage 0 0
  key f2 a m gotopage 1 0

Probably you have something like

  key tab a m next focus

As it is, next will happily select windows that are iconified and
don't have an icon and try to focus them.  This should work:

  key tab a m next (!iconic) focus

Bye

Dominik ^_^  ^_^

-- 
Dominik Vogt, email: [EMAIL PROTECTED]
LifeBits Aktiengesellschaft, Albrechtstr. 9, D-72072 Tuebingen
fon: ++49 (0) 7071/7965-0, fax: ++49 (0) 7071/7965-20
--
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