Is there any way to create a keyboard shortcut in order to change from v1 to v2 without using the mouse to click the icon?
I tried to make a script for this using the mouse but it didn’t work on v1. It does work for v2.
This is the script for v2 that works: (client coordinates)
Code: Select all
!a::
{
Click 356, 13
Send "{down}{down}{down}{down}{down}{down}"
Send "{Enter}"
}
Code: Select all
!a::
Click, 367 62
Send {Down}
Send {Enter}
Return
Thanks