| View previous topic :: View next topic |
| Author |
Message |
mjcp
Joined: 12 Mar 2010 Posts: 2
|
Posted: Fri Mar 12, 2010 5:07 pm Post subject: How do I include a modifier in a text string? |
|
|
This program has great capabilities that may come in handy to me later,
But it does exactly what I need it too for my very simple task.
I want a Hotkey to insert common text entries - simple and this prog does it well.
I hit one roadblock though, and the tutorials and all are way too detailed on stuff I don't yet need, but I haven't found this easy answer and thought someone here might help.
How do I include a modifier (reserved character) in this case #
in a text string
^w::
send 1234 anystreet apt #12
Return
In this example the # symbol is necessary but it is not accepted.
I tried $ "" didn't work?
Your help please
[Title edited. Please write descriptive titles for your topics. ~jaco0646] |
|
| Back to top |
|
 |
SKAN
Joined: 26 Dec 2005 Posts: 8688
|
Posted: Fri Mar 12, 2010 5:15 pm Post subject: |
|
|
| Code: | ^w::
sendRaw 1234 anystreet apt #12
Return |
|
|
| Back to top |
|
 |
mjcp
Joined: 12 Mar 2010 Posts: 2
|
Posted: Fri Mar 12, 2010 9:09 pm Post subject: Thanks |
|
|
Thanks for the quick reply.
Mike |
|
| Back to top |
|
 |
|