[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: gEDA-user: PCB patches



There's no specification, but the lesstif hid has its default actions
(er, these are *my* defaults):

Mouse =
{
  Left = {
    Mode(Notify)
    up = Mode(Release)
  }
  Right = {
    { Mode(Save) Mode(Rotate) Mode(Notify) Mode(Release) Mode(Restore) }
  }
  Middle = {
    Pan(1)
    up = Pan(0)
    ctrl = Pan(thumb,1)
    ctrl-up = Pan(thumb,0)
  }
  #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