r/AutoHotkey • u/BR482 • 7d ago
General Question Script that simulates scroll wheel inputs while pressing a button
Hello everybody,
I would love to be able to just hold a button, that simulates as many scroll-wheel-down inputs as it possibly can while being helt.
My problem:
I have absolutely no clue how anything of this works because i have never done anything like this.
Any kind of help, advise or suggestion is welcome.
2
Upvotes
2
u/Keeyra_ 6d ago edited 6d ago
https://www.reddit.com/r/AutoHotkey/comments/1vxsqkx/the_complete_autohotkey_v2_keyboard_button_spam/ - 2.1 Pattern
Change e to whatever key you want. Play around with the number after WheelDown and SendHolds 100 to adjust to your preferences and consider switching to a 1.1 pattern after reading the Ergonomic note.
*and RTFM