Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Popup menu for Autotext-items?
#2
Probably there are no other easy ways.

Could create macro that processes text of an autotext list and creates new autotext list that shows menu.
But then need to remember to run the macro after each change in the first autotext list.
Example:

You create this autotext list. It replaces when typed long text.
Autotext Autotext19
Trigger $t     Help - how to add the trigger to the macro
Code:
Copy      Help
/b/i/c/p3
infotext :"Some text"
infomore :"More text"
infolist :"Cat,Dog,Horse,House,Car"

The macro would create this new autotext list. It shows menu.
Autotext Autotext19_menu
Trigger $t     Help - how to add the trigger to the macro
Code:
Copy      Help
/b/i/c
info :"Some text"
info :"More text"
info :"Cat,Dog,Horse,House,Car"


Messages In This Thread
Popup menu for Autotext-items? - by MBaas - 07-14-2021, 02:22 PM
RE: Popup menu for Autotext-items? - by Gintaras - 07-14-2021, 04:06 PM
RE: Popup menu for Autotext-items? - by MBaas - 07-15-2021, 07:36 AM
RE: Popup menu for Autotext-items? - by Kevin - 07-20-2021, 03:05 AM
RE: Popup menu for Autotext-items? - by MBaas - 07-20-2021, 09:17 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)