You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have checked that a similar feature request does not already exist.
Is your feature request related to a problem? Please describe.
In some applications, scrolling with the mouse wheel doesn't scroll the screen as well as scrolling with finger.
Describe the solution you'd like
I've noticed on my phone and tablet that on pages where I can scroll normally with the mouse wheel, one step of scrolling moves 64dp.
It would be nice to be able to simulate a vertical finger movement of 64dp when holding shift and scrolling the mouse wheel in scrcpy.
Describe alternatives you've considered
None
Additional context
I've seen requests to simulate swiping. I don't know if swiping nesscesary means the screen would keep moving for a while after the finger is lifted. If so, the "touch move" I'm requesting is not a swipe.
adb shell input swipe 1400 940 1400 780 50 && adb shell input swipe 1400 940 1400 939 50
This command I got from ChatGPT seems to be able to scroll one step at a time, though it can't scroll multiple steps smoothly. The last swipe is used to stop the screen from moving further.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
In some applications, scrolling with the mouse wheel doesn't scroll the screen as well as scrolling with finger.
Describe the solution you'd like
I've noticed on my phone and tablet that on pages where I can scroll normally with the mouse wheel, one step of scrolling moves 64dp.
It would be nice to be able to simulate a vertical finger movement of 64dp when holding shift and scrolling the mouse wheel in scrcpy.
Describe alternatives you've considered
None
Additional context
I've seen requests to simulate swiping. I don't know if swiping nesscesary means the screen would keep moving for a while after the finger is lifted.
If so, the "touch move" I'm requesting is not a swipe.adb shell input swipe 1400 940 1400 780 50 && adb shell input swipe 1400 940 1400 939 50
This command I got from ChatGPT seems to be able to scroll one step at a time, though it can't scroll multiple steps smoothly. The last swipe is used to stop the screen from moving further.
The text was updated successfully, but these errors were encountered: