- Jan 4, 2018
- 277
- 266
If you're serious, this can be solved using AutoHotkey, a very well known piece of software. Just go to their website and download the deprecated version (v1), then, create a script with this content:the amount of clicking gave me cts. very poor.
When you activate the script, scrolling the mouse-wheel will act as a Spacebar click and progress the story forward (and back)#IfWinActive, ahk_class UnityWndClass
WheelUp::Send {Space}
WheelDown::Send {Space}
Esc::ExitApp
#IfWinActive
This can also be done on the newer v2, but i'm not familiar with it enough to help.