> My problem was that sometimes I get used to being in windoze and
> type Ctrl-<left|right> to move forwards/backwards by one word. But on
> fvwm, Ctrl-left|right takes me to the next page on desk
I wonder if it is worth extending window-specific bindings so you can
do something like:
Key (!Wine*) Left A C GotoPage +1p 0
Then Ctrl-Left gets passed through to Wine windows but switches desk
anywhere else.
The only catch is _multiple_ !$win bindings like:
Key (!Beer*) Left A C SomeAction
which cause problems because the "SomeAction" action would be invoked
in _any_ window (because it is the "latest" matching binding) except
Beer windows. ie. the previous GotoPage binding is effectively hidden
& would never get called.
Thoughts anyone?
SCoTT. :)
--
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 Thu Jul 01 2004 - 23:18:35 BST