Chris Site Admin
Joined: 02 Mar 2004 Posts: 10467
|
Posted: Wed Jul 07, 2004 2:40 pm Post subject: |
|
|
To make a hotkey to click a button, follow this example, which is the Win+Z hotkey:
#z::MouseClick, left, 300, 400
You need to replace 300 and 400 with the actual X and Y coordinates of the button as shown by Window Spy (which can be launched from the tray menu). |
|