我想要自动热键来做到这一点:
F11 = ctrl+shift+1睡眠10 F11 ctrl+shift+7
我有:
发送{{^}{+}{1}{睡眠10}{^}+{7}}返回
谢谢你的帮助
发布于 2022-07-01 14:16:17
F11:: Send, ^+1 Sleep 10 Send, ^+7 Return
https://stackoverflow.com/questions/72826955
相似问题