^!3::
enterhotkeyswitchwindow := !enterhotkeyswitchwindow ; turns on the enter hotkey to swithc windows toggle
msgbox, enter hotkey to switch window has been toggled to %enterhotkeyswitchwindow% `n zero means off `n one means on
#If enterhotkeyswitchwindow
{
~NumpadEnter::
sleep 200
Send, !{Esc}
return
F1::
Send, {WheelDown 22}
return
F2::
Send, {WheelUp 21}
return
+F1:: ;shift and f1 for captcha recovery
send, {Tab}
sleep, 100
send, {f5}
return
F9::
send, {f5}
sleep 200
Send, !{Esc}
send, {f5}
sleep 200
Send, !{Esc}
}
#If ;This statement closes the enter hotkey to swithc windows toggle
return