Slider shift drag for fine control (mouse sensitivity)
-
Hey,
I would like to be able to use shift when dragging a slider to set the the mouse sensitivity to a minimum.It seems like the ScriptSlider already has a control mapped to shiftClick which is typing in the value manually. Is there a way that I can disable this behavior?
Do you know any tricks to change the sensitivity of the current changed knob when shift is being held down?
-
@oskarsh the default fine modifier in JUCE is the command mod, so why not just use that?
-
@Christoph-Hart I am not quite following how I would apply this here. Can you share an example?
-
@oskarsh Command is Mac speak for the control key. If you press the control key while moving the knob it will do what you want the shift key to do.