Keyboard Navigation in v4
mainKeyboard navigation has been refined for better precision and alignment with the step value:
Ctrl/Cmd + Arrow: Moves the handle by 1% of the total range.Shift + ArroworPageUp/PageDown: Moves the handle by 10% of the total range.PageUp: Moves the handle up/right.PageDown: Moves the handle down/left.
All movements respect the step and precision settings.
<RangeSlider
min={0}
max={100}
step={1}
// Ctrl/Cmd + Arrow moves by 1 unit
// Shift + Arrow or PageUp/PageDown moves by 10 units
/>