AutoHotkey Community

It is currently May 26th, 2012, 6:20 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 3 posts ] 
Author Message
PostPosted: February 13th, 2009, 7:08 pm 
Offline

Joined: February 28th, 2006, 8:42 am
Posts: 159
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!


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 13th, 2009, 8:43 pm 
Offline
User avatar

Joined: May 29th, 2008, 4:51 am
Posts: 186
Code:
SendInput {Raw}%Clipboard%


See SendEvent in the help file. :D

_________________
~BigVent


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 14th, 2009, 3:00 am 
Offline

Joined: February 28th, 2006, 8:42 am
Posts: 159
thanks


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: batto, Bing [Bot], rbrtryn and 58 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group