summaryrefslogtreecommitdiffstats
path: root/ahk-assistant.ahk
diff options
context:
space:
mode:
Diffstat (limited to 'ahk-assistant.ahk')
-rw-r--r--ahk-assistant.ahk17
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::