插入SD卡时,我似乎无法仅运行AHK脚本

时间:2018-12-06 13:48:01

标签: autohotkey

我已经研究了几天♫而且我仍然没有找到想要的东西♫问题是,当我插入sd卡并取出时,脚本会运行。关于如何使它仅在插入时运行的任何建议?

代码:

#Persistent
OnMessage(0x219, "notify_change")


notify_change(wParam, lParam, msg, hwnd)
{

send, <#{right}
sleep, 100
MouseClick, left, 726, 615
send, ^a
sleep, 100
send, ^c
sleep, 100

GroupAdd, ExplorerGroup,,ShellView
GroupActivate ExplorerGroup
send, ^v
return
}

0 个答案:

没有答案