Jump to content

Copying & Pasting


harle
 Share

Recommended Posts

Send("^C") would copy any selected text

Send("^V") would paste

Remeber that capital letters inside a Send statement might be interpreted as Shift+letter

Send("^C") == Send("^!c") which sometimes has a special meaning in a program.

One more for the post count :whistle:

Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig!
Link to comment
Share on other sites

Hey that reminds me:

Has anyone noticed that the address bar in Explorer/My Computer on Windows XP does not accept Ctrl+A to select all text? Were other versions of Windows like this???

A workaround is to use

HotKeySet ("^a", "foo")

while 1

sleep(100)

wend

Func foo()

Send("{APPS}a")

EndFunc

Just wondering

Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig!
Link to comment
Share on other sites

  • Developers

hmmmmmmmm i read it before cyberslug i was acting like a microsoft programmer. B)

only 10 left beerman till the next level!! you can do it !!! :angry:

Starts to sound like a fishing game... maybe we can even write a AutoIt3 Script for it :whistle:

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

gossip n

1. conversation about personal or intimate rumors or facts, especially when malicious

2. informal and chatty conversation or writing about recent and often personal events

3. somebody given to spreading personal or intimate information about other people

definition... lol i choose number 2

+1more4me

Link to comment
Share on other sites

ok... now yall are just padding your post count with gossip talk...

cha ching (+1)  B)

:angry:

Perhaps we are testing how the forum/server handles a high volume of posts. (I think we'll get a lot of activity once the AutoIt 3 is officially released, so we are just preparing for it :whistle:)
Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig!
Link to comment
Share on other sites

hey cyberslug. do you think jon would add this to the official help?

the suject that you found, and at the bottom ot top of the page allow you to just port it to a script as a working example? and or just simple text?

counting those posts

:whistle:

B) I have no idea what you are asking. Please rephrase....
Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig!
Link to comment
Share on other sites

Dang it JdeB, he is going to write a autoIt script to hit Advanced Spammer.

btw, I thought this was fun.

I made a little autoit script to play for me.

http://www.auburn.edu/~alamysm/pinguin.swf

Make your own script up to play, or use the mouse yourself.

30 min playtime.

Long was 324.2

Several 323.5

Longest Faceplant 209.3

Was fun playing around with pixelsearch.

Wait what were we talking about?

AutoIt3, the MACGYVER Pocket Knife for computers.

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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