Simulate a mouse scroll wheel? As long as the key is pressed, it keeps scrolling up or down; when the key is depressed, it stops scrolling.

hsurB

Well-known member
Well... Thats tricky
What key are you talking about exactly? Macrodroid can perform gestures using UI Interaction action so you can be performing swipe to scroll down/up easily. You can put in loop so it will be keep scrolling.
But its way easier to do it in toggle, click once to keep scrolling, click again to stop scrolling.
 
Last edited:

Alawsareps

New member
Well... That gets tricky quite fast.
What key are you talking about exactly? Macrodroid can perform gestures using UI Interaction action so you can be performing swipe to scroll down/up easily. You can put in loop so it will be keep scrolling.
But its way easier to do it in toggle, click once to keep scrolling, click again to stop scrolling
I'm going to try this idea. Thanks.
 
Top