Jump to content

Recommended Posts

Posted

The Send() command seems varie alot on diffrent CPU's.

So i wonder if its possible to use a send() command instantly?

like;

Send("Hello World")

so that it sends "Hello World", enstead of "H,e,l,l,o,,W,o,r,l,d" just like copy paste.

[center][u]WoW Machinima Tool[/u] (Tool for Machinima Artists) [/center]

Posted (edited)

SendKeyDelay (Option)

Or

ClipPut("Hello World") ; Put text on clipboard

Send("^v") ; press control + v to paste

Hallman

Edited by Hallman
  • 3 weeks later...
Posted

Opt("SendKeyDelay",0)

Opt("SendKeyDownDelay",0)

and you brought this 15 day old thread back why?

The cake is a lie.www.theguy0000.com is currentlyUP images.theguy0000.com is currentlyUP all other *.theguy0000.com sites are DOWN

Posted

Opt("SendKeyDelay",0)

Opt("SendKeyDownDelay",0)

That will actually help me i didnt realize you could change that =)

*suckers* ;)

Posted (edited)

That will actually help me i didnt realize you could change that =)

*suckers* :lmao:

lol ok then you should know that some apps such as games take awhile to register keypresses so SendKeyDownDelay doesn't work at 0, and sometimes Send doesnt even work with SendKeyDelay set to 0 ;) Edited by theguy0000

The cake is a lie.www.theguy0000.com is currentlyUP images.theguy0000.com is currentlyUP all other *.theguy0000.com sites are DOWN

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...