Not being a programmer I rely on macros. I’m running Komodo Edit 11 in Linuxmint.
I am trying to get a macro to do this:
- cut something to clipboard
- type some text #1
- paste from keyboard
- type some more #2
- paste from keyboard
- type some more #3, and stop there.
What I get is
#1#2#3<clip><clip>
What I want is
#1<clip>#2<clip>#3
Thanks
-Sadhu