监听 {space} 输入

Listen for {space} input

当用户按下键盘上的空格键时,应发送“一些文本”。

监听 {space} 输入的正确方法是什么?


这会导致错误:

{space}::Send, some text

尝试不使用大括号,您需要删除发送文本中的 space 以防止循环。

Space::Send, sometext

KeyList 可以在这里找到 https://www.autohotkey.com/docs/KeyList.htm