Slider control with keyboard input

I’m working on a project with lots of UI sliders. When one is selected, by default the slider can be moved with the mouse or the horizontal input (e.g. arrow keys). However, when using the arrow keys the slider moves in large intervals around 1/10 of the slider range. Is there any way to change this default behavior so that a keyboard input moves the slider a smaller amount, like 1/100 of the range instead?

1 Like

The source code for the Slider itself is provided with the UI package, plus it’s viewable on Github. You could dig through that and see what mechanism is responsible for this arbitrary choice, see if there’s something you could tweak or override or just clone and redo.