On 01 Aug 2004 18:16:47 -0400, Randy Smith wrote:
>
> I have in my .fvwm2rc file the following bindings:
>
> # Meta mouse bindings.
> Mouse 1 W M Lower
> Mouse 2 W M Move
> Mouse 3 W M Raise
> Mouse 2 W MC Resize
>
> I've used these for years and had them work fine; my fingers are
> very used to them. However, I recently upgraded my desktop (see
> below) they seem to be completely ignored. Specifically, the mouse
> clicks in the application window seem to go straight to the
> application. Is this accurate? If so, what is the "W" context good
> for?
The "W' context definitely works, if no, see FAQ #0.1 question.
However the recent behaviour regarding "Move/Resize operations that are
not in a complex function on mouse drag" was changed. So if you want the
operation on press and not on release, rewrite it to use a function:
Mouse 2 W M MyMove
AddToFunc MyMove
#+ I Raise
+ I Move
Regards,
Mikhael.
--
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 Aug 01 2004 - 17:50:11 BST