AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

how to create ahk files

 
Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
cablehogue
Guest





PostPosted: Sat Sep 20, 2008 1:31 am    Post subject: how to create ahk files Reply with quote

This is the first time I have tried AHK and I can't get past the first instruction. When I create a script I can only save to txt, how do I save to AHK. All I want to do it create a hotkey that will allow me to enter in my password.
Back to top
[VxE]



Joined: 07 Oct 2006
Posts: 3254
Location: Simi Valley, CA

PostPosted: Sat Sep 20, 2008 1:55 am    Post subject: Reply with quote

Did you install AHK ? If so, then all you need to do is right-click on your desktop (or in a folder window) then choose New -> AHK Script from the little menu that pops up.
_________________
Ternary (a ? b : c) guide     TSV Table Manipulation Library
Post code inside [code][/code] tags!
Back to top
View user's profile Send private message
cablehogue
Guest





PostPosted: Sat Sep 20, 2008 5:11 am    Post subject: AHk files Reply with quote

I just installed Autohotkey. When I right click on the desktop I don't get anything like New->AHK Script
Back to top
cablehogue
Guest





PostPosted: Sat Sep 20, 2008 5:16 am    Post subject: AHK files Reply with quote

Ok this time I started AHK and rightclicked and got new. When I click on AHK it creates a icon on my desktop. I can edit the file to change the first line to ^L abcdef. But when I hit cntl L I get an error. I want to hit cntl L whenever I am asked for a passwork and have it return abcdef as my password
Back to top
Krogdor



Joined: 18 Apr 2008
Posts: 1390
Location: The Interwebs

PostPosted: Sat Sep 20, 2008 5:21 am    Post subject: Reply with quote

It should be:
Code:
^L::Send, abcdef
Back to top
View user's profile Send private message AIM Address
Carlol



Joined: 14 Aug 2006
Posts: 163
Location: CPH

PostPosted: Sat Sep 20, 2008 3:50 pm    Post subject: Reply with quote

Why not just make a script in notepad, and then rename it, or if you like, save it with the file ending .ahk Very Happy
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group