* At 2002-05-20T18:57+0000, Mikhael Goikhman wrote: : | > > > mouse 1 w m function alt-move | > > > | > > > destroyfunc alt-move | > > > addtofunc alt-move | > > > + m move : | I think it is a bug that with unfocussed ClickToFocus window a click is | passed to app and only then the "w" binding is checked, while with | focussed ClickToFocus window the "w" binding is checked before passing a | click (i.e. it is not passed). | | So when a click is passed (window is not focussed) application eats this | click, FVWM only sees a mouse release. | | For "m" in your function to work, FVWM should see a press, not a release. | | But you may work around this bug, just change "m" to "i" in your function.
That is not at all the same... I want to drag the window, not have it attached until I click again. | > key tab a m windowlist root c c currentdesk, nogeometry, currentatend, iconifiedatend | | Please define the behaviour you want to have. | | If you don't want WindowList to warp the mouse pointer, remove "root" | option. If you don't want WindowList to be activated on Alt, add | "SelectOnRelease" option or press right-Alt-Tab. | | Or maybe you need a new option "DontActivateWindowListWhenMouseIsMoved"? | Define what "MouseIsMoved" means. Moved by more than 5 pixels in 3 seconds | after Alt is pressed? :) I see I've not made myself clear. The point I'm trying to make is that the alt-tab use of windowlist should be independent of the mouse pointer, not warping the pointer to the windowlist, or necessarily having the windowlist pop up under the pointer. I do alt-tab quickly to get from one window to the next, but if I'm moving the mouse while this happens, the pointer ends up in the wrong place in the windowlist before I release alt, bringing me to some other window than the one I was going for. I'm not sure I can explain this any better. :) The option I would want is something like DontUseTheMousePointerInWindowListAtAll. :) -- Stian Sletner -- 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 [EMAIL PROTECTED] To report problems, send mail to [EMAIL PROTECTED]