Virtuoso Composer Zoom Setting

Discussion in 'Cadence' started by jacunski, Jun 10, 2005.

  1. jacunski

    jacunski Guest

    Hi.

    The zoom function in Virtuoso Composer is set to 2 (i.e., mag in or out
    by a factor of 2). Is this settable? I'd like to reduce is to
    something like 1.5.

    Thanks.

    -- Mark
     
    jacunski, Jun 10, 2005
    #1
  2. You can redefine the bindkey
    like

    hiSetBindKey("Layout" "Shift<Key>z"
    "hiZoomRelativeScale(hiGetCurrentWindow() 0.666)")
    hiSetBindKey("Layout" "Ctrl<Key>z"
    "hiZoomRelativeScale(hiGetCurrentWindow() 1.5)")

    You can put this in your .cdsinit for example
     
    Guenther Sohler, Jun 10, 2005
    #2
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.