| View previous topic :: View next topic |
| Author |
Message |
cablehogue Guest
|
Posted: Sat Sep 20, 2008 1:31 am Post subject: how to create ahk files |
|
|
| 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
|
Posted: Sat Sep 20, 2008 1:55 am Post subject: |
|
|
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 |
|
 |
cablehogue Guest
|
Posted: Sat Sep 20, 2008 5:11 am Post subject: AHk files |
|
|
| 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
|
Posted: Sat Sep 20, 2008 5:16 am Post subject: AHK files |
|
|
| 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
|
Posted: Sat Sep 20, 2008 5:21 am Post subject: |
|
|
It should be:
|
|
| Back to top |
|
 |
Carlol
Joined: 14 Aug 2006 Posts: 163 Location: CPH
|
Posted: Sat Sep 20, 2008 3:50 pm Post subject: |
|
|
Why not just make a script in notepad, and then rename it, or if you like, save it with the file ending .ahk  |
|
| Back to top |
|
 |
|