Register forum user name Search FAQ

Gammon Forum

Notice: Any messages purporting to come from this site telling you that your password has expired, or that you need to verify your details, confirm your email, resolve issues, making threats, or asking for money, are spam. We do not email users with any such messages. If you have lost your password you can obtain a new one by using the password reset link.

Due to spam on this forum, all posts now need moderator approval.

 Entire forum ➜ MUSHclient ➜ Suggestions ➜ Macro key suggestion.

Macro key suggestion.

It is now over 60 days since the last post. This thread is closed.     Refresh page


Posted by Rage   (15 posts)  Bio
Date Sun 16 Jun 2002 01:26 AM (UTC)
Message
I'd like to suggest the ability to either bring up an input box or place the cursor at an insertion point, when using a macro key. If anyone's used Simutronics' Wizard FE, it's like the \? or @ options.

Essentially you could make a macro like:

get @ from backpack

Where you hit, say F5 and it types get from backpack and places your cursor after get, so you could type the object name.

Or,

get \? from backpack

Which when the key is hit, it pops up a dialog to ask you what to put in the place of \? before it is sent to the game.
Top

Posted by Magnum   Canada  (580 posts)  Bio
Date Reply #1 on Sun 16 Jun 2002 05:30 AM (UTC)
Message
What most people would currently do, is just create an alias to accomplish the task. For example:

<aliases>
  <alias
   match="getb *"
   enabled="y"
   ignore_case="y"
  >
  <send>get %1 from backpack</send>
  </alias>
</aliases>

(If you are using the latest version, you can copy that to the windows clipboard, then go into MUSHclient and bring up your alias screen and click paste to add it. - Or click File | Import | From clipboard)

Anyway, with that alias, you would just type "getb itemname" and MUSHclient would send "get itemname from backpack"

Get my plugins here: http://www.magnumsworld.com/muds/

Constantly proving I don't know what I am doing...
Magnum.
Top

Posted by Nick Gammon   Australia  (23,173 posts)  Bio   Forum Administrator
Date Reply #2 on Thu 20 Jun 2002 03:40 AM (UTC)
Message
You could use an "insert" macro to insert that word that Magnum suggested (eg. "getb") and then type the thing you want to get. Thus, you are still only typing one key (for the macro) plus the thing you want to get.

- Nick Gammon

www.gammon.com.au, www.mushclient.com
Top

Posted by Rage   (15 posts)  Bio
Date Reply #3 on Thu 20 Jun 2002 04:09 AM (UTC)
Message
Thanks for the replies, to both of you. I mainly made the suggestion for the benefit of less tech-savvy individuals. I could definitely use the methods described, but several friends I've suggested mushclient to would probably get lost in trying to use those methods. A simpler user-friendly method would benefit everyone.
Top

The dates and times for posts above are shown in Universal Co-ordinated Time (UTC).

To show them in your local time you can join the forum, and then set the 'time correction' field in your profile to the number of hours difference between your location and UTC time.


14,905 views.

It is now over 60 days since the last post. This thread is closed.     Refresh page

Go to topic:           Search the forum


[Go to top] top

Information and images on this site are licensed under the Creative Commons Attribution 3.0 Australia License unless stated otherwise.