[Xcircuit-dev] Mouse issues: Resolution...

John Heil edadev at sc-software.com
Tue Jun 6 21:45:21 PDT 2006


The mouse Button1 on 3.6.x and higher 3.4 failed to operate
for me as it did previous releases... ie I could not start a wire,
a box or anything requiring a starting point on the canvas.

Problem circumvented (aka fixed for me)...

It seems that keybindings.c: 753  has...

    add_binding(ALL_WINDOWS, HOLD | BUTTON1, XCF_Move);

XCF_Move being code 71.

I needed XCF_Wire, code 85.

Turns out, 'HOLD' is always active ( Wm: FVWM2) no matter how quickly I
tap mouse Button1.

Since there exists a move command tool button, I figured it was
safe to just comment out the above line.

It worked as did the Move tool button etc. :)

Thnx & Cheers,
johnh

-
-----------------------------------------------------------------
John Heil
South Coast Software
Custom systems software, firmware and board bring up services
1-714-774-6952
johnhscs at sc-software.com
http://www.sc-software.com
-----------------------------------------------------------------



More information about the Xcircuit-dev mailing list