gpt4 book ai didi

macros - AHK : {space} not working?

转载 作者:行者123 更新时间:2023-12-02 04:38:15 25 4
gpt4 key购买 nike

我有这段代码,我正在为我玩的游戏编程。没什么特别的。我希望它运行一个简单的功能。发送。除 {space} 外一切正常。在游戏中,空格键用于让你的角色跳跃。我用那个试过了,但没有用。下面是代码:

NumpadEnd::
Send wc
Sleep, 300
Send {space}
Sleep, 600
Send ddq
Sleep, 400
Send e
Sleep, 500
Send ssz
Sleep, 100
Send g
Sleep, 1100
Send asdq
Sleep, 500
Send q
Sleep, 900
Send sc
return

最佳答案

尝试:

SendMode Input

NumpadEnd::
Send wc
Sleep, 300
Send {space Down}
Sleep, 50
Send {Space up}
Sleep, 600
Send ddq
Sleep, 400
Send e
Sleep, 500
Send ssz
Sleep, 100
Send g
Sleep, 1100
Send asdq
Sleep, 500
Send q
Sleep, 900
Send sc
return

关于macros - AHK : {space} not working?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39947802/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com