ahka

Assorted ease-of-use and functionality tools using AutoHotkey.
Log | Files | Refs

commit 0ff3fcb8def9eb013c7cd64e7ea0a8bbe37c3ca6
parent 25e93c9f6642552b704fb87adcda7c6e18646563
Author: breadcat <peter@minskio.co.uk>
Date:   Sun,  5 Jul 2020 16:56:18 +0100

Dead by daylight

Man I hate this mechanic, I'm not playing DDR

Diffstat:
Mahk-assistant.ahk | 17+++++++++++++++++
1 file changed, 17 insertions(+), 0 deletions(-)

diff --git 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::