emulating scroll up/down using shortcut trigger

how can I do it ? I need it for my use case but couldn't really find a way to do it.

I have tried this, but I don't know how to use the X and Y metrics, there is no info on how to use them.any tip is appreciated

that's the x/y axes, e.g. if you want to scroll up the Y value needs to be positive. If you want to scroll down it needs to be negative. If you want to scroll left X needs to be negative, right positive.

I see, thanks. is there anyway where it keeps scrolling smoothly for certain amount of time before it stops ?

You can set a key repeat on your shortcut:

1 Like

great. thank you :folded_hands: