Friday, January 16, 2015

The Cadencification of LTspice

Bindkeys are important. BTW, what does changing mouse-pointer to a pointing hand convey?

You want to do CTRL-w to close a design, instead of ALT-f, then c. Put this in your Autohotkey script (see below post) :

#IfWinActive, LTspice
    ^w:: Send !fc
#IfWinActive

No comments: