Germán Blando wrote:
> when I’m using an IDE for programming, I would like to close the character
“(“ with a “)” automatically. The same with characters [], {}, “”
Try putting these lines into a script:
:*?:(::(){Left}
:*?:[::[]{Left}
:*?:"::""{Left}
:*?:{::{{}{Enter 2}{}}{Up}
These hotstrings not be a perfect solution, but seem to work pretty well.
Chris