简单的前台脚本,前台要鼠标激活记事本
dokey = WaitKey()If Key = 112 ThenKeyPress "Enter", 1SayString "@move 65 38"KeyPress "Enter", 1End IfIf Key = 32 ThenKeyPress "Enter", 1SayString "@move 110 48"KeyPress "Enter", 1End Ifloop