> 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.