Wendys - 2024-04-09

Here is a simple MeshLabMouseReverser AutoHotkey script.
It could be compiled into an exe and run at Windows startup.

#If WinActive("ahk_exe meshlab.exe")
WheelUp::Send {WheelDown}
WheelDown::Send {WheelUp}