mirror of
https://github.com/nsnail/dot.git
synced 2025-10-14 12:52:26 +08:00
<refactor> ui美化...
This commit is contained in:
17
safe-delete-unused-resx.ahk
Normal file
17
safe-delete-unused-resx.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