Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
AutoText with Enter?
#2
`Replace`sends Enter for newlines in multiline text. Unless you use clipboard paste.
Code:
Copy      Help
        tt[":test"] = o => o.Replace("""
line1
line2
"""
);

Or send any keys and text with `Replace2`.
Code:
Copy      Help
        tt[":test"] = o => o.Replace2("!line1", "Enter", "!line2");


Messages In This Thread
AutoText with Enter? - by MBaas - 09-18-2025, 04:10 PM
RE: AutoText with Enter? - by Gintaras - 09-18-2025, 06:36 PM
RE: AutoText with Enter? - by MBaas - 09-19-2025, 06:40 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)