Download [
AutoHotKey] and install it. AutoHotKey does nothing by itself, it needs a script in order to run. To create a script, open notepad and type in the following:
WheelDown::Click, right
WheelUp::Click, right
Save the file as
test.ahk on your desktop. The filename has to end with
.ahk
Double click on the file (script) to open it and run it. You should see it open in the tray (near the clock).
Now test it by clicking back on Notepad and try the middle mouse roller. Instead of scrolling, it should bring up the context menu (right click menu) instead. Now it's ready to test in your game. Good luck.