I wrote:
|  This doesn't happen for other buttons, eg I also have 'Mouse 1
| T N Move' and if I use mouse button 1 on window titles they move
| immediately without waiting for button-up.

 I was mistaken about what I had button 1 bound to, which has led me
to a workaround. If you have the Move in a function it activates
immediately, as you'd expect:

        Mouse 2 IT N    MoveFunc

        DestroyFunc MoveFunc
        AddToFunc MoveFunc
        + I Move

('M' instead of 'I' is equivalent; I assume that other options probably
would cause some variety of the button-up behavior I was seeing on the
basic Move.)

        - cks

Reply via email to