| Attention | Topic was automatically imported from the old Question2Answer platform. | |
| Asked By | Mustafa |
for some reason when I press the arrows in the keyboard the HSlider change value, I don’t want that, how can I stop it
| Attention | Topic was automatically imported from the old Question2Answer platform. | |
| Asked By | Mustafa |
for some reason when I press the arrows in the keyboard the HSlider change value, I don’t want that, how can I stop it
| Reply From: | AlexTheRegent |
Set Focus > Mode to None at your HSlider node. This way, your HSlider will not grab focus when pressed, so arrow keys will not change its value.