mirror of
https://github.com/nsnail/dot.git
synced 2025-06-17 13:03:22 +08:00
17 lines
185 B
AutoHotkey
17 lines
185 B
AutoHotkey
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
|
|
} |