发布网友 发布时间:2天前
共2个回答
热心网友 时间:3分钟前
发个例子你看看
Declare Function GetAsyncKeyState Lib "user32" Alias "GetAsyncKeyState" (ByVal vKey As Long) As Integer
Do
a = GetAsyncKeyState(17)
If a=32768 Then
Key = GetLastKey()
If Key = 67 Then
TracePrint "组合键 Ctrl+C" 'TracePrint可改成弹窗方便测试
End If
End If
Delay 10 '给CPU个喘息的机会
Loop
热心网友 时间:3分钟前
这个好像挺难的
按键精灵脚本技术研究群:176ч6gч8ч
你进群问问高手们吧!有很多插件高手