<@U01819B63HP> I am wondering about the default be...
# xschem
h
@Stefan Schippers I am wondering about the default behavior of pressing
s
for simulate. I think that it does just that, to run a simulation. It would be much nicer (at least in my usage model) that pressing
s
would cause a
save all
, writing the netlist, and then run a simulation. That would save a lot of mousing around. What do you think?
s
You can define a special binding for key s:
bind .drw <KeyPress-s> {xschem save; xschem netlist; simulate}
Usually I add a launcher
launcher.sym
in the schematic, ctrl-clicking on it does the commands:
h
Good point with the launcher, I think I’ll add one, incl. the
xschem save
.