| View previous topic :: View next topic |
| Author |
Message |
jak
Joined: 28 Feb 2006 Posts: 159
|
Posted: Fri Feb 13, 2009 6:08 pm Post subject: "send" wont send "#" sign... |
|
|
I have a script that pastes the content of the clipboard using
| Code: | sendmode input
...
^h::send %clipboard% |
Normally it works fine, but if I copy a url to the clipboard that has the "#" sign in it, for example:
| Code: | | http://mysite.com/index.php?topic=2.msg334#msg334 |
it will paste everything except the # sign.
I've tried this with send, sendinput, sendplay. Any ideas why its omitting the sign? If I just do control-V to paste normally, the sign DOES appear.
Thanks! |
|
| Back to top |
|
 |
BigVent
Joined: 29 May 2008 Posts: 180
|
Posted: Fri Feb 13, 2009 7:43 pm Post subject: |
|
|
| Code: | | SendInput {Raw}%Clipboard% |
See SendEvent in the help file.  _________________ ~BigVent |
|
| Back to top |
|
 |
jak
Joined: 28 Feb 2006 Posts: 159
|
Posted: Sat Feb 14, 2009 2:00 am Post subject: |
|
|
| thanks |
|
| Back to top |
|
 |
|