AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

"send" wont send "#" sign...

 
Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
jak



Joined: 28 Feb 2006
Posts: 159

PostPosted: Fri Feb 13, 2009 6:08 pm    Post subject: "send" wont send "#" sign... Reply with quote

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
View user's profile Send private message
BigVent



Joined: 29 May 2008
Posts: 180

PostPosted: Fri Feb 13, 2009 7:43 pm    Post subject: Reply with quote

Code:
SendInput {Raw}%Clipboard%


See SendEvent in the help file. Very Happy
_________________
~BigVent
Back to top
View user's profile Send private message
jak



Joined: 28 Feb 2006
Posts: 159

PostPosted: Sat Feb 14, 2009 2:00 am    Post subject: Reply with quote

thanks
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group