How to activate a slider with a keyboard in?

Hello!
I’m trying to control a slider with the Q and Z keys of my keyboard.
The more I would press on the Q key, the more the slider would go up. The more I would press on the Z key, the more the slider would go down.

This slider controls the speed of a movie file in TOP.

I would be so grateful if someone would help me.
Thank you :slight_smile:

Hello there,

You can achieve this by using the keyoard-in DAT or Chop, fliping the increment direction and attaching each to a counter and then a math operator to scale up the steps you want the speed to increment per key-stroke.

Find attached an example with two options.
keysExample.toe (4.47 KB)

Thank you so much Qvoloid!
You are my savior!
This helps me a lot!