| View previous topic :: View next topic |
| Author |
Message |
satyanmish Guest
|
Posted: Fri Aug 22, 2008 8:20 am Post subject: not able to work with hotkeys |
|
|
Hi,
I am working on a macro creation activity, and created script with Recorder,but how can i assign hotkey so that it will work. |
|
| Back to top |
|
 |
Sivvy
Joined: 21 Jul 2008 Posts: 726 Location: Calgary, AB, Canada
|
Posted: Fri Aug 22, 2008 1:28 pm Post subject: |
|
|
| Have you looked in the helpfile? |
|
| Back to top |
|
 |
satyanmish Guest
|
Posted: Mon Aug 25, 2008 9:59 am Post subject: |
|
|
| Yeah I have already checked it but not received any satisfactory response....... |
|
| Back to top |
|
 |
Carlol
Joined: 14 Aug 2006 Posts: 163 Location: CPH
|
Posted: Mon Aug 25, 2008 11:15 am Post subject: |
|
|
Here's an example of very simple script:
| Code: | | ^!h::Run C:\Program Files\AutoHotkey\AutoHotkey.chm |
^=ctrl, !=alt (meaning control+alt+h will open the help file!)
 |
|
| Back to top |
|
 |
satyanmish Guest
|
Posted: Mon Sep 08, 2008 7:10 am Post subject: Thanks |
|
|
| Thanks to all of you for your helping reponses. |
|
| Back to top |
|
 |
|