I'd love to see a link explaining the above in detail, but right now, I'm looking for one specific functionality....
I want to use the keybinds files (for example), to essentially grab my chat window text input area and pre-type content to it (but not press enter)....
Example: I'd like to press a key, and in my chat box will be:
nothing more, nothing less. I do know about $target, but that doesn't help with
@names.
With that example I could multipurpose it to even pre-select a message filled out that says (again, example):
/t @ , "How have you been?"
And I could click in the @ area and type the account name of the user.
I see that there is a /startchat and /startchatslash
All, of interest, and the reason for my asking, is I can perform an:
/genaddwindow chat_inputbar <
this is the ui entity we type in... so why cant we either.....
/gensendmessage chat_inputbar message "testing 123"
... and get a message in the text box which says testing 123
or, how about /gensettext, or /gensetvalue......
Anyone know how to do this?