[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: gEDA-user: pcb circles turn into hexagons
On Fri, 2009-11-06 at 13:53 +0000, Kai-Martin Knaak wrote:
> On Thu, 05 Nov 2009 16:23:43 +0000, Peter Clifton wrote:
>
> > Anyhow.. this is now pushed to the "local_customistaion_no_pours"
> > branch, so Kai-Martin, if you want to try it out and report back, I'd
> > appreciate it.
>
> Tried. It works and looks good to me.
> Is there a way to achieve the traditional mouse behaviour with your
> experimental branch?
Yes, just revert the commit which changes the binding. Its
self-contained in gpcb-menu.res, thanks to Jared Casper's recent
addition of support for customising mouse actions from there.
I've attached the appropriate patch to apply for convenience.
Best wishes,
Peter C.
diff --git b/src/gpcb-menu.res a/src/gpcb-menu.res
index 34bc78c..b844f56 100644
--- b/src/gpcb-menu.res
+++ a/src/gpcb-menu.res
@@ -31,18 +31,18 @@ Mouse =
up-shift-ctrl = { Mode(Notify) Mode(Restore) Display(ToggleRubberbandMode) }
}
Up = {
- Scroll(up)
- shift = Scroll(left)
- ctrl = Zoom(0.8)
+ Zoom(0.8)
+ shift = Scroll(up)
+ ctrl = Scroll(left)
}
Down = {
- Scroll(down)
- shift = Scroll(right)
- ctrl = Zoom(1.25)
+ Zoom(1.25)
+ shift = Scroll(down)
+ ctrl = Scroll(right)
}
# If you want zoom to center, do this instead.
- #Up = { ctrl = {Zoom(0.8) Center()} }
- #Down = { ctrl = {Zoom(1.25) Center()} }
+ #Up = { {Zoom(0.8) Center()} }
+ #Down = { {Zoom(1.25) Center()} }
}
MainMenu =
_______________________________________________
geda-user mailing list
geda-user@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user