Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Needs auto scrolling. #48

Open
Goretantath opened this issue Jul 15, 2024 · 1 comment
Open

Needs auto scrolling. #48

Goretantath opened this issue Jul 15, 2024 · 1 comment

Comments

@Goretantath
Copy link

Wabajak sometimes doesn't auto scroll to the download button so you have to manualy scroll down and click the button on the window it opens up. If you could somehow implement an autoscroll after a certain amount of time it hasnt detected the button thatd prob fix this. Thanks in advance!

@orn8
Copy link

orn8 commented Dec 24, 2024

agreed. i use an autohotkey v1.1 script i edited from someone to fix my issue.

f7:: Settimer,Scroll,2000 ; milliseconds how long before each scroll
f8:: SetTimer,Scroll, off

f9::
msgbox, Exiting...
Exitapp

scroll:
  send, {WheelDown 1} ; how much to scroll each time
return

f7 to start, f8 to stop, f9 to exit the script. this script automatically scrolls down 1 unit on the scroll wheel every 2 seconds. use this script with nexus-autodl's min and max pause time set to exactly 1 or lower.

i would appreciate improvemnts to this autohotkey script, as i essentially just pulled it off this thread.

edit: turns out this can occasionally click on ads. try decreasing the detection delay or increasing the scroll delay.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants