From 6e1e0f89b2e0240e3812edfa48fe14f092a509c8 Mon Sep 17 00:00:00 2001 From: TheBestPessimist Date: Mon, 1 Jul 2024 10:08:46 +0300 Subject: [PATCH] Obsidian: create task Beat Slayer: why are you dumb, developers? --- app_handling.ahk | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/app_handling.ahk b/app_handling.ahk index dc9c99e..7e3c281 100644 --- a/app_handling.ahk +++ b/app_handling.ahk @@ -212,3 +212,28 @@ sc06A Up::Send "!{Left}" ; This sends Alt+Left ; Browser_Forward via 3 finger swipe to left sc069::Return sc069 Up::Send "!{Right}" ; This sends Alt+Right + + +/* +For the love of god, i can't understand why they don't allow me to use just my keyboard to play the game. +WTF folks? +*/ +#HotIf WinActive(WinTitles.BeatSlayer) +J::Send "{LButton}" +K::Send "{RButton}" +#HotIf + + +#HotIf WinActive(WinTitles.Obsidian) +::.ttt:: { + Send("- [ ] ttt ") +} +#HotIf + + + +;$q::Send "1q" +;$w::Send "1w" +;$e::Send "1e" +;$r::Send "1r" +;$g::Send "1g"