* Michael Han <mikehan_at_best.com> [000314 18:31]:
> >Let's assume that I have to desks, each with a xterm. xterm1 on desk
> >one has the focus. Now I do Meta-Right and change to desk 2. I can now
> >see xterm2, but it does not have focus, as the focus is still on
> >desk1, xterm1.
> >How can I achieve that the focus does not stay with xterm1 but changes
> >to xterm2? Hope I made myself clear.
> What you can do is create a function and call the function from your
> keybindings:
> AddToFunc ScrollWithFocus I Scroll $0 $1
> + I Prev (CurrentDesk) Focus
Acutually I had to change (CurrentDesk) to (CurrentPage) in the second
line to make it work with desks that don't have windows on it, but now
it works nicely. Thanks Mike!
Chris
--
christian molls
student of laws
univ of cologne
--
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 Tue Mar 14 2000 - 12:17:46 GMT