按键精灵如何设置,开始后CTRL和鼠标右键同时按住。直到结束键按下

2025-06-21 09:51:15
推荐回答(2个)
回答1:

两个脚本
第一个脚本
KeyDown "Ctrl", 1
RightDown 1
第二个脚本
KeyUp "Ctrl", 1
RightUp 1

回答2:

KeyDown "Ctrl", 1 Delay 10 KeyPress "C", 1 Delay 10 KeyUp "Ctrl", 1