Select and unselect in Virtuoso Schematics

  • Thread starter Hugo Miguel Franca Santos
  • Start date
H

Hugo Miguel Franca Santos

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

Hugo Miguel Franca Santos wrote:
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
 
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

"S. Badel" <stephane.badel@REMOVETHISepfl.ch> wrote in message
news:1148490359_1845@sicinfo3.epfl.ch...
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

Hugo Miguel Franca Santos wrote:
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
 

Welcome to EDABoard.com

Sponsor

Back
Top