Author Topic: How i change my mouse settings?  (Read 742 times)

I bought a new mouse since laptop mouses are stuff for gaming, but i dont have mouse wheel enabled.How i change my mouse settings to "Mouse 2 button + Wheel"?


Go to Options >> Controls


Copy/paste this into console and press enter:

Code: [Select]
moveMap.unBind(mouse0,zaxis); moveMap.bind(mouse0,zaxis,scrollInventory);

Copy/paste this into console and press enter:

Code: [Select]
moveMap.unBind(mouse0,zaxis); moveMap.bind(mouse0,zaxis,scrollInventory);
Thanks greek2me!