Skip to content

Commit

Permalink
Obsidian: create task
Browse files Browse the repository at this point in the history
Beat Slayer: why are you dumb, developers?
  • Loading branch information
TheBestPessimist committed Jul 1, 2024
1 parent c391406 commit 6e1e0f8
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions app_handling.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 6e1e0f8

Please sign in to comment.