diff options
-rw-r--r-- | ahk-assistant.ahk | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/ahk-assistant.ahk b/ahk-assistant.ahk index 4334ae3..5a63d93 100644 --- a/ahk-assistant.ahk +++ b/ahk-assistant.ahk @@ -274,6 +274,23 @@ Insert::appendClipboard() ^h::send {Home}{Esc} ; return to capital city, then close home screen
#IfWinActive
+; dead by daylight
+#IfWinActive ahk_exe DeadByDaylight-Win64-Shipping.exe
+ *G::
+ Loop
+ {
+ Send, {a Down}{a Up}
+ Sleep, 50
+ Send, {d Down}{d Up}
+ }until !GetKeyState("G","P")
+ return
+ *H::
+ Loop
+ {
+ Send, {Space Down}{Space Up}
+ }until !GetKeyState("H","P")
+ return
+#IfWinActive
; text insertion/replacements
:*?:_date::
|