mirror of
https://github.com/nsnail/dot.git
synced 2025-06-19 22:08:16 +08:00
<chore>
This commit is contained in:
17
SafetyDelUnusedResx.ahk
Normal file
17
SafetyDelUnusedResx.ahk
Normal 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
|
||||
}
|
Reference in New Issue
Block a user