removed obsoleted commands (shift/ctrl Del)

This commit is contained in:
Stefan Frederik 2021-01-04 18:21:29 +01:00
parent 8bd7ae44eb
commit 8eb2147b18
2 changed files with 1 additions and 13 deletions

View File

@ -638,18 +638,6 @@ int callback(int event, int mx, int my, KeySym key,
dbg(1, "callback(): new color: %d\n",color_index[xctx->rectcolor]);
break;
}
/* select connected nets/pins/labels up to T junctions */
if(key==XK_Delete && (xctx->ui_state & SELECTION) && state == ControlMask )
{
if(xctx->semaphore >= 2) break;
select_connected_wires(1);break;
}
/* select connected nets/pins/labels */
if(key==XK_Delete && (xctx->ui_state & SELECTION) && state == ShiftMask )
{
if(xctx->semaphore >= 2) break;
select_connected_wires(0);break;
}
if(key==XK_Delete && (xctx->ui_state & SELECTION) && state == 0) /* delete objects */
{
if(xctx->semaphore >= 2) break;

View File

@ -75,7 +75,7 @@
#### Start without a design if no filename given on command line:
#### To avoid absolute paths, use a path that is relative to one of the
#### XSCHEM_LIBRARY_PATH directories. Default: empty
# set XSCHEM_START_WINDOW {0_examples_top.sch}
set XSCHEM_START_WINDOW {0_examples_top.sch}
###########################################################################
#### DIRECTORY WHERE SIMULATIONS, NETLIST AND SIMULATOR OUTPUTS ARE PLACED