@hexcr 我这个代码只适用于MAC系统,在AppScrip里输入
tell application "RemotePlay"
activate
repeat while 1 is 1
tell application "System Events"
tell application process "RemotePlay"
keystroke return
delay (random number 1 to 3)
end tell
end tell
end repeat
end tell
就可以实现一直跳,那个(random number 1 to 3) 可以改成其他数字来改变按回车的间隔时间。 程序有点不完善,不想继续无限回车就需要在AppScrip 里关闭程序运行,不然会在其他地方也无限回车,但是依然可以用- - (我懒得修改了)。 至少不需要用到按键精灵,会安全的多。