On Fri, Jul 02, 2004 at 02:15:46PM +1000, Scott Smedley wrote:
> > 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.
I'd do it differently:
Key (Wine*) Left A C --
where
- = destroy binding
-- = no binding, even if other bindings say something 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.
That's not an issue with the alternative syntax.
> Thoughts anyone?
Ciao
Dominik ^_^ ^_^
--
Dominik Vogt, dominik.vogt_at_gmx.de
Reply-To: dominik.vogt_at_gmx.de
--
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.
- application/pgp-signature attachment: stored
Received on Fri Jul 02 2004 - 07:18:42 BST