AutoHotkey Community

It is currently May 26th, 2012, 3:58 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 7 posts ] 
Author Message
PostPosted: April 10th, 2009, 9:49 pm 
how can you make a script that when you activate it, it does a series of actions?
ex. ^c::1, 2, 3?


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: April 10th, 2009, 10:37 pm 
Code:
^c::
SoundBeep
ToolTip 2
Sleep, 2000
ToolTip
MsgBox 3
Return


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: April 10th, 2009, 10:38 pm 
Offline

Joined: March 10th, 2008, 12:55 am
Posts: 1907
Location: Minnesota, USA
Code:
^c::send 123

when you press ^c: send 1, 2, 3

I suggest you read the beginner tutorial. Found in the manual and on the homepage of the site.

_________________
rawr. be very afraid
*poke*
Note: My name is all lowercase for a reason.
"I think Bigfoot is blurry, that's the problem. It's not the photographer's fault, Bigfoot is blurry. So there's a large, out-of-focus monster roaming the countryside."


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 10th, 2009, 10:40 pm 
no i just want it so that it presses numbers 1 2 and 3 not soundbox, msgbox things lol


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: April 10th, 2009, 11:01 pm 
Offline

Joined: April 10th, 2009, 6:59 pm
Posts: 8
Location: Michigan, USA
Code:
^l::
Send 123
return


When you hold Ctrl and press the L key, it will send 123.

Read the beginner tutorials.

_________________
This catacomb has got me by the throat.
--Sers, Depp. Ich will WORSCHT.--
----Tu madre tiene un bigote----


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 10th, 2009, 11:40 pm 
Quote:
it does a series of actions?
So msgbox tooltip etc are no actions? :roll:


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: April 10th, 2009, 11:41 pm 
Offline

Joined: April 10th, 2009, 6:59 pm
Posts: 8
Location: Michigan, USA
Yes, those are actions. He/she just put them in the code to give you some examples...

_________________
This catacomb has got me by the throat.
--Sers, Depp. Ich will WORSCHT.--
----Tu madre tiene un bigote----


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

All times are UTC [ DST ]


Who is online

Users browsing this forum: BrandonHotkey, Exabot [Bot], G. Sperotto, Google Feedfetcher, notsoobvious and 23 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