Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
AutoText is multi-line but can't use
#5
Autotext Autotext
Trigger $t /NOTEPAD     Help - how to add the trigger to the macro
Code:
Copy      Help
/b/i/c/m
lin :sub.Sub1 ;;This is comment

#sub Sub1 m
_s=
;line1
;line2
;line3
;line4
paste _s

how to set this option
see attachment below
   
i set this whole thing to only work in notepad

now this works as well

Autotext Autotext
Trigger $t /NOTEPAD     Help - how to add the trigger to the macro
Code:
Copy      Help
/b/i/c/m
lin :sub.Sub1 ;;This is a comment1
lin :sub.Sub2 ;;This is a comment2

#sub Sub1 m
_s=
;line1
;line2
;line3
;line4
paste _s

#sub Sub2 m
_s=
;line5
;line6
;line7
;line8
paste _s


Messages In This Thread
AutoText is multi-line but can't use - by win - 08-15-2018, 12:58 PM
RE: AutoText is multi-line but can't use - by win - 08-16-2018, 12:53 AM
RE: AutoText is multi-line but can't use - by win - 08-16-2018, 02:06 AM
RE: AutoText is multi-line but can't use - by Kevin - 08-16-2018, 02:46 AM
RE: AutoText is multi-line but can't use - by win - 08-17-2018, 01:17 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)