如何通过AutoHotKey在键盘上为多个键设置一个键?


-1

我需要按下我的结束键,同时注册空格+ s。

从我所听到的,代码有点像

End ::send space,s

Escape::
ExitApp
Return

现在的问题是我不想弄乱任何东西,所以我没有执行它。我想要的是脚本同时开始按“Space + S”,当我按下“End”并且我想要一个组合键时,让我们说“9 + 0”同时被按下,结束在任何给定时间的轨道中的脚本。

Answers:


By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.