Select and unselect in Virtuoso Schematics

Discussion in 'Cadence' started by Hugo Miguel Franca Santos, May 24, 2006.

  1. Hi guys,

    I'm sorry for showing my ignorance but fortunately none of you knows me :)
    (I hope)
    I don't work with schematics since a few time and now I'm restarting and
    what happens is that I'm only able to select the components but not to
    unselect.
    I can click whatever I want and the components remain selected. Now they're
    all selected!
    Do you know why?
    Thanks,
    Hugo
     
    Hugo Miguel Franca Santos, May 24, 2006
    #1
  2. Hugo Miguel Franca Santos

    S. Badel Guest

    Can you unselect by Control-Click ? It might be a site override for the bindkeys.

    Maybe try to set them the default way :

    hiSetBindKeys( "Schematics" list(
    list("None<Btn1Down>" "schSingleSelectPt()" "mouseAddPt()")
    list("None<Btn1Down>(2)" "schHiObjectProperty()" "schMouseApplyOrFinish()")
    list("Shift<Btn1Down>" "schAddSelectPt()" "mouseAddSelectPt")
    list("Shift<DrawThru1>" "schDirectEdit(2)" "geAddSelectBox()")
    list("Ctrl<Btn1Down>" "mouseSubSelectPt" "mouseSubSelectPt")
    list("Ctrl<DrawThru1>" "schDirectEdit(3)" "geSubSelectBox()")
    ) )

    Stéphane
     
    S. Badel, May 24, 2006
    #2
  3. Stéphane,

    I can unselect by Control-Click.
    I'm checking the bindkeys for the schematics now. It's an enormous file, not
    the default.
    Thank you!
    Hugo
     
    Hugo Miguel Franca Santos, May 26, 2006
    #3
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.