AutoHotkey Community

It is currently May 27th, 2012, 12:16 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 21 posts ]  Go to page Previous  1, 2
Author Message
 Post subject:
PostPosted: November 20th, 2011, 4:32 pm 
Offline

Joined: February 9th, 2006, 10:22 pm
Posts: 37
I have searched for SendPaste as a result of this post and I can not find it in the documentation.

Is SendPaste a real autohotkey command?

EDIT: Nevermind, there isn't such a command. It appears it's only a custom function someone created. I was looking for something that simulated paste without having to use ^v as sometimes the letter v would appear instead of the pasted text.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: November 20th, 2011, 5:37 pm 
Offline

Joined: December 26th, 2010, 7:40 pm
Posts: 4172
Location: Awesometown, USA
There is ControlSetText
Also try sending {control down} and then a small sleep before the v...

_________________
Autofire, AutoClick, Toggle, SpamWindow Control Tools
Recommended: AutoHotkey_L


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: November 20th, 2011, 11:20 pm 
Offline

Joined: October 17th, 2006, 4:15 pm
Posts: 7503
Location: Australia
Foo wrote:
I have searched for SendPaste as a result of this post and I can not find it in the documentation.
The only mention of SendPaste in this thread is in Cirieno's post, where the SendPaste function was defined. :roll:

Control EditPaste is a built-in command.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: November 21st, 2011, 3:06 am 
Offline

Joined: February 9th, 2006, 10:22 pm
Posts: 37
nimda wrote:
try sending {control down} and then a small sleep before the v...


After looking up the info in these replies;
Control SetDelay will achieve this, correct?

I will only have to use Control SetDelay once at the top of my code, right?
Not for every instance I Send, right?

Thanks to both of you for your replies.

EDIT: You gave me another idea with your post.
{Control down}v{Control up}


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: November 29th, 2011, 4:47 am 
Offline

Joined: November 28th, 2011, 8:50 am
Posts: 1
Serenity wrote:
The following works for me:

Code:
#q::Send, Press Ctrl{+}Z and I'll go away{!}


It also works for me, thank you


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: November 29th, 2011, 5:50 am 
Offline

Joined: October 7th, 2006, 4:50 pm
Posts: 3157
Location: MN, USA
[OffTopic]
Lexikos wrote:
Control EditPaste is a built-in command.
Could we have GuiControl, EditPaste built in as well?
It's occasionally convenient to paste at the insertion point; and more often it's nice to paste while leaving the caret at the end of the string rather than the beginning.
[/OffTopic]


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 21 posts ]  Go to page Previous  1, 2

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 33 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