blocking the ; key?

Posted by LucianDK on Mon 26 Sep 2016 11:16 PM — 3 posts, 15,857 views.

#0
My prefered muck have recently started to asociate ; with ooc and I find myself frequently mistakenly hitting it instead of : for posing. So the question is: any way of causing the client to ignore ; or turning them into : ?
Australia Forum Administrator #1
You could make an alias:


<aliases>
  <alias
   match=";*"
   enabled="y"
   sequence="100"
  >
  <send>:%1</send>
  </alias>
</aliases>


Template:pasting
For advice on how to copy the above, and paste it into MUSHclient, please see Pasting XML.


Make sure you disable "command stacking" in the Input configuration -> Commands, otherwise it will be treated as a new line.
#2
Thank you, worked like a charm once I had closely read the alias pasting instructions.