Slider reset not possible on AAX using ALT + Mouse Down

On Windows 10, 11

I have an AAX plugin built using JUCE 7.0.3, the ALT key cannot be detected by JUCE on mouseDown callback when using ProTools.

Hence, resetting of sliders is not possible using Alt + MouseDown combo.

Any thoughts about this ?

You can use Slider::setDoubleClickReturnValue to connect the default value to the alt modifier