答案1
你可以用以下方法轻松实现自动热键。
Up::
Send {RShift down}
KeyWait Up
Send {RShift up}
return
它会监听向上箭头键,发送按住右移键,等到释放向上键后,再发送释放右移键。很简单!
如果您是 AutoHotKey 新手,请安装它,然后右键单击图标并单击“编辑此脚本”。粘贴上述代码,将其保存在记事本中,然后再次右键单击应用程序图标并点击“重新加载此脚本”。开始吧。
相关文档/信息: https://autohotkey.com/docs/commands/Send.htm https://autohotkey.com/board/topic/11321-can-autohotkey-hold-down-a-key/