How to make an interactive element NOT accept keyboard input?

Hi All

I have a Slider set up to determine camera movement speed, however the A & D keys are internally mapped to increase / decrease the Slider value.

My camera is set up for WASD navigation, so if I change the Slider and move the camera left or right it changes the Slider value as well.

Can you advise how to remove the keyboard input from a control? Or automatically make the Slider lose focus after it’s value has changed? Or any other solution to this?

And out of curiosity, who on earth decided that using the WASD keys would be the best way to drive keyboard interaction of elements? Surely the possibility of clashes would have been considered?

Thanks

set scrollbar navigation to none

I accidently said Scrollbar when I actually meant Slider - I’ve edited my post.

Changing the Navigation to none on the Slider doesn’t seem to fix the problem unfortunately.

Nobody else? I wouldn’t have thought I would be the only one with this issue.

I had this issue. An xBox controller would move my sliders when set to none as well. I think I changed to order of them in the hierarchy or something weird and was like “That stopped it”…and kept going…I wanted to get paid:)