#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir%
#SingleInstance
F1:: ;开启,挂起脚本
Suspend,permit
suspend
return
$LButton:: ;发送右键,延时0.1秒,发送左键,$允许发送热键自身
send {RButton}
sleep 100
send {LButton}
return
温馨提示:内容为网友见解,仅供参考