>>108192850
Is AHK ran as admin? Is the game ran as admin? Try not running the game as admin and/or making AHK run as admin.
Does the game block AHK by any chance?
Also try these:
#HotIf WinActive("ahk_exe Taiko no Tatsujin Rhythm Festival.exe")
~d::SendInput "{Left}"
~k::SendInput "{Right}"
~f::SendInput "{Enter}"
~j::SendInput "{Enter}"
#HotIf
or
#HotIf WinActive("ahk_exe Taiko no Tatsujin Rhythm Festival.exe")
~d::SendInput "{sc04B}" ; Left
~k::SendInput "{sc04D}" ; Right
~f::SendInput "{sc01C}" ; Enter
~j::SendInput "{sc01C}" ; Enter
#HotIf