josvanr <josvanr_at_xs4all.nl> wrote:
>
> I'm using an alt-tab like key binding to switch between the windows on
> the current page using 'Current'. Now, I launch an Fvwmbuttons panel
> at startup using Module FvwmButtons MyPanel, and I'd like to skip that
> panel while cycling the windows. I tried using this: Current
> (!MyPanel), but that doesn't work, the panel gets the focus anyway.
This is how I have set up an Alt-Tab setting:
Key Tab A M Function NextWindow
Key Tab A SM Function PrevWindow
AddToFunc NextWindow "I" Next (!Iconic CurrentDesk) Focus
+ "I" Current Raise
AddToFunc PrevWindow "I" Prev (!Iconic CurrentDesk) Focus
+ "I" Current Raise
To keep certain windows from obtaining focus, I give them the
"CirculateSkip" style, like so:
Style "xcb" CirculateSkip
Style "FvwmPager" CirculateSkip
Style "FvwmButtons*" CirculateSkip
--
fox_at_foxtaur.com (Fuzzy Fox) || "Good judgment comes from experience.
sometimes known as David DeSimone || Experience comes from bad judgment."
http://www.dallas.net/~fox/ || -- Life Lessons
--
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 05 1999 - 10:52:06 GMT