Login Page - Create Account

Support Board


Date/Time: Thu, 02 May 2024 14:23:08 +0000



Post From: AutoHotkey Chart select

[2020-07-01 01:35:22]
JohnR - User831573 - Posts: 300
I do not have any code, but I would think it would be like this - remember ALT key = ! I prefer to put Sleep statements to slow things down. you can adjust as you wish or need. Also, ALT+first letter of menu is usually how to get started, then after that it is usually the first letter again, or you could use/send the down key 'x' number of times to get to the correct one.


Pick your key combo to run this part of the script

Send !w
Sleep 300
Send g
Sleep 300
below line you need to put in the chart window # you want it to go to.

Send your window # here Example - Send 4 {Enter}
Date Time Of Last Edit: 2020-07-01 01:38:09