gpt4 book ai didi

autohotkey - 如何在 Autohotkey 中多次发送一个 key ?

转载 作者:行者123 更新时间:2023-12-02 10:20:09 24 4
gpt4 key购买 nike

我想编写一个 AutoHotkey 脚本,它可以按某个键 X 次。例如,下面的脚本按 Tab 10 次。

Send, {Tab}{Tab}{Tab}{Tab}{Tab}{Tab}{Tab}{Tab}{Tab}{Tab}

虽然上述解决方案有效,但有点笨拙。

对于多次发送 key 是否有更好的解决方案?

最佳答案

尝试使用发送 {Tab 10}

Repeating or Holding Down a Key

To repeat a keystroke: Enclose in braces the name of the key followed by the number of times to repeat it. For example:

Send {DEL 4}   ; Presses the Delete key 4 times.
Send {S 30} ; Sends 30 uppercase S characters.
Send +{TAB 4} ; Presses Shift-Tab 4 times.

来源:AutoHotkey - Send / SendRaw / SendInput / SendPlay / SendEvent: Send Keys & Clicks

<小时/>

这也适用于 ControlSendControlSendRaw

ControlSend, Edit1, {Enter 5}, Untitled - Notepad

关于autohotkey - 如何在 Autohotkey 中多次发送一个 key ?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45716861/

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