Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
change text of AutoText multi options popup box
#1
i have an AutoText with same trigger with 2 different input boxes (just additional text added to 2nd option) so i get the popup box

when i execute my trigger the pop-up box says
"manual text input"     1
"manual text input"     2

i doubt i will be able to remember which has the additional text, but i also plan on adding more options...

is there a way i can change what text appears in the popup list ?

thanks
Code:
Copy      Help
sg :if(inp-(_i "enter subgraph #")) key F"sc.Subgraph[{_i}].";key (VK_BACK)
sg :if(inp-(_i "enter subgraph #")) key F"sc.Subgraph[{_i}].";key (VK_BACK);"[sc.Index]"
#2
sg :if(inp-(_i "enter subgraph #")) key F"sc.Subgraph[{_i}].";key (VK_BACK) ;;One
sg :if(inp-(_i "enter subgraph #")) key F"sc.Subgraph[{_i}].";key (VK_BACK);"[sc.Index]" ;;Two
#3
thanks

i now realized the text at the end is the text that is showing up!

thanks for assistance


Forum Jump:


Users browsing this thread: 1 Guest(s)