Without modding the game?
I guess you can install Autohotkey and make a script that "presses" the Enter key for you when you scroll down.
Probably a couple of lines like that should work:
Code:
#IfWinActive
WheelDown::Send {Enter}
I don't have Windows though, I can't test the script.
Without modding the game?
I guess you can install Autohotkey and make a script that "presses" the Enter key for you when you scroll down.
Probably a couple of lines like that should work:
Code:
#IfWinActive
WheelDown::Send {Enter}
I don't have Windows though, I can't test the script.