[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: gEDA-user: gEDA pcb features
> Is that mean that it is possible to set actions for wheels/thumb
> buttons using lesstif HID?
Yes. In my ~/.pcb/pcb-menu.res, for example, I have:
Mouse =
{
. . .
Up = Zoom(0.8)
Down = Zoom(1.25)
# If you want zoom to center, do this instead.
#Up = { { Zoom(0.8) Center() } }
#Down = { { Zoom(1.25) Center() } }
}
_______________________________________________
geda-user mailing list
geda-user@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user