|
Twigg Wanderer
Joined: 22 May 2003 Posts: 60 Location: USA
|
Posted: Fri Sep 23, 2005 1:09 am
how to space? |
I want to make an alias that automatically has a space after the command ...is there a character to do it with? I seem to remember being able to use ^ but it does not work anymore.
Thanks |
|
_________________ Twigg |
|
|
|
billaben Wanderer
Joined: 02 Sep 2005 Posts: 60
|
Posted: Fri Sep 23, 2005 2:59 am |
'~' is the key you want.
#EXEC {say~ ~ ~ ~ ~ ~ ~ }
That will force it to type say with seven spaces after it. Normally zmud will trim out any extraneous whitespace. There might be other ways to do this as well. |
|
|
|
Twigg Wanderer
Joined: 22 May 2003 Posts: 60 Location: USA
|
Posted: Fri Sep 23, 2005 12:01 pm |
ok, I know that it is me, but it did not work... I enter 'sa' followed immediately by a name. no space and I get something like 'samike' if I used mike as the name. It is supposed to look like 'say to mike' I wrote it as 'say to~%1' should I have written it this way? #EXEC {say~ ~ ~ ~ ~ ~ ~ } I know this is rudimentary but I am so grateful for the help and believe it or not I just love Zmud.
Thanks |
|
_________________ Twigg |
|
|
|
Kiasyn Apprentice
Joined: 05 Dec 2004 Posts: 196 Location: New Zealand
|
Posted: Fri Sep 23, 2005 7:19 pm |
#EXEC {say to %1} should work but otherwise #EXEC{say~ to~ %1}
|
|
|
|
Vijilante SubAdmin
Joined: 18 Nov 2001 Posts: 5182
|
Posted: Fri Sep 23, 2005 8:26 pm |
Switch to a command input trigger:
#ONINPUT {^sa(*)$} {say to %1} |
|
_________________ The only good questions are the ones we have never answered before.
Search the Forums |
|
|
|
Twigg Wanderer
Joined: 22 May 2003 Posts: 60 Location: USA
|
Posted: Fri Sep 23, 2005 9:39 pm |
yes, yes! thank-you!
|
|
_________________ Twigg |
|
|
|
|
|