Hello, I found this mouse scroll code to move horizontally and vertically between pages. Cool, how to make mouse cursor to move more smooth without jerking.
EdgeCommand E FuncScrollMoveH 100p -4p
EdgeCommand W FuncScrollMoveH -80p 4p
EdgeCommand N FuncScrollMoveV -80p 4p
EdgeCommand S FuncScrollMoveV 60p -4p
I found some info, that āpā is pixels. I removed p and did slight change. 30 -5 does smooth move. I think it became %. Right option (5) increases resistance and left (30) movement.