This commit is contained in:
2022-12-13 22:43:03 +08:00
parent c53bd85c72
commit d913e0b7cc
17 changed files with 231 additions and 16 deletions

17
SafetyDelUnusedResx.ahk Normal file
View File

@ -0,0 +1,17 @@
Hotkey,^d,start
return
start:
loop,100{
send,{AppsKey}
Sleep,100
send,{Up}
Sleep,100
send,{Up}
Sleep,100
Send,{Enter}
Sleep,500
Send,{Esc},
Sleep,100
Send,{Down}
Sleep,100
}