diff options
author | breadcat | 2020-07-05 16:56:18 +0100 |
---|---|---|
committer | breadcat | 2020-07-05 16:56:18 +0100 |
commit | 0ff3fcb8def9eb013c7cd64e7ea0a8bbe37c3ca6 (patch) | |
tree | 44ce8a59d1a244821aace666d4176303ad791482 | |
parent | 25e93c9f6642552b704fb87adcda7c6e18646563 (diff) | |
download | ahka-0ff3fcb8def9eb013c7cd64e7ea0a8bbe37c3ca6.tar.gz ahka-0ff3fcb8def9eb013c7cd64e7ea0a8bbe37c3ca6.tar.bz2 ahka-0ff3fcb8def9eb013c7cd64e7ea0a8bbe37c3ca6.zip |
Dead by daylight
Man I hate this mechanic, I'm not playing DDR
-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::
|