AutoHotkey Community

It is currently May 27th, 2012, 1:21 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 2 posts ] 
Author Message
PostPosted: August 15th, 2008, 8:55 pm 
Offline

Joined: August 14th, 2008, 7:26 pm
Posts: 32
this script is designed to work in notepad. if you use another program to edit your script, or if you are using it on a script other than "autohotkey", you will have to edit the script appropriately.

i'm totally new at scripting but this made my life easier - I can test things new code out more quickly now.

Code:
#r:: ;;  Save&reload
Winactivate AutoHotkey - Notepad ; document name - program name
send ^s ; Saves the document
reload ; loads all saved changes into the active script
return


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: August 15th, 2008, 10:15 pm 
Offline

Joined: July 21st, 2008, 4:16 pm
Posts: 726
Location: Calgary, AB, Canada
Just to help you out a little, Look in the directory:

C:\WINDOWS\ShellNew

You'll find a file called "Template.ahk" that you can customize, and it makes it so anytime you right-click on the desktop and select "New --> AutoHotkey Script", your script will automatically for setup the same each time.
Just a little tip.

If you want to see some good formatting for it, look at:

http://www.autohotkey.com/forum/viewtopic.php?t=34011&highlight=template+ahk


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

All times are UTC [ DST ]


Who is online

Users browsing this forum: Bon and 16 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