Index: trunk/src/menu-default.lht =================================================================== --- trunk/src/menu-default.lht (revision 38234) +++ trunk/src/menu-default.lht (revision 38235) @@ -545,8 +545,13 @@ ha:Design changes (back annotation) { li:submenu { ha:Swap nets on two selected pins = { a={a;b;s;}; action=net(swap) } - ha:Replace footprint = { a={a;b;f;}; action=ReplaceFootprint() } + ha:Remove subcircuit from netlist = { a={a;b;r;}; action=BaSubc(object, remove); tip={put a subcircuit removal request on subcircuit under cursor to the back annotation list} } + ha:Add subcircuit to netlist = { a={a;b;a;}; action=BaSubc(object, add); tip={put a subcircuit creation request on subcircuit under cursor to the back annotation list} } - + ha:Replace selected footprints = { a={a;b;f;}; action=ReplaceFootprint(); tip={Replace footprint of all selected subcircuits and put the change on the back annotation list} } + ha:Remove subcircuits from netlist = { a={a;b;Shiftr;}; action=BaSubc(selected, remove); tip={put a subcircuit removal request on all selected subcircuits to the back annotation list} } + ha:Add subcircuits to netlist = { a={a;b;Shifta;}; action=BaSubc(selected, add); tip={put a subcircuit creation request on all selected subcircuits to the back annotation list} } + - ha:claim net by object = { a={n;c;o;}; action=ClaimNet(object) } ha:claim net on found = { a={n;c;f;}; action=ClaimNet(found) } ha:claim net on selected = { a={n;c;s;}; action=ClaimNet(selected) }