From ba5eb149a89b7203a88819c19f78b62f44b639cf Mon Sep 17 00:00:00 2001 From: stefan schippers Date: Sun, 24 Sep 2023 10:55:38 +0200 Subject: [PATCH] small xschemrc edits --- src/xschemrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/xschemrc b/src/xschemrc index 56ca57fd..5eb8f231 100644 --- a/src/xschemrc +++ b/src/xschemrc @@ -205,6 +205,8 @@ #### enable stretch mode: when dragging a selection rectangle that cuts wires these are stretched #### to follow the selected objects when moved. Default: not enabled (0). +#### This can be normally done by dragging with the Control key pressed. +#### Enabling this option swaps the two drag modes. # set enable_stretch 0 #### enable drawing crosshairs at mouse coordinates. Default: disabled (0) @@ -390,7 +392,7 @@ #### TCL FILES TO LOAD AT STARTUP ########################################################################### #### list of tcl files to preload. -set tcl_files {} +# set tcl_files {} # lappend tcl_files [list ${XSCHEM_SHAREDIR}/ngspice_backannotate.tcl] # lappend tcl_files ${XSCHEM_SHAREDIR}/change_index.tcl # lappend tcl_files ....