How to Cut/Paste in a macro

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

What I get is
#1#2#3$clip$clip

What I want is
#1$clip#2$clip#3

Thanks
-Sadhu

Morning @sadhu,

You’re running in to this bug:

It’s fixed in Komodo 12 so take that for a spin and see if the issue persists.

  • Carey