By default, keys don't move sliders, so you probably want to assign keys to move the slider.
Easiest would be to sense key-down with an event structure. I have attached a very simple demo that moves the slider left and right using the cursor keys.
Another possibility would be to show the digital display of the slide. Once you click inside the digital display, the up/down cursor keys will change the value (no code needed!).