SUBMITTED: Slider relative mode: increaseValue + sensitivity

Hi again,

I’d like to create spinner like sliders, where
LMB: increases +1
MMB: increases +0.1
RMB: increases +0.01
SHIFT + LMB: increases + 10

I got this working, but it needs to run a script on each value change, so I’d like to request 2 new parameters for the slider

IncreaseValue: on each value change the value specified here will be added/substracted to the current panelvalue
Sensitivity: how far you have to move to increase/decrease the panelvalue by the IncreaseValue

thanks
Achim