gEDA-user: PCB feature

DJ Delorie dj at delorie.com
Fri Aug 10 19:04:50 EDT 2007


> i rather have it move up/down
> 
> how do i map buttons 4 and 5 back to scrolling and not zooming?

In pcb, the lesstif hid defines the mouse actions in pcb-menu.res.  See:

Mouse =
{
  . . .
  Up = Zoom(0.8)
  Down = Zoom(1.25)
}

You can tie the Cursor(Warp,...) action to those instead of you like.


More information about the geda-user mailing list