FG

How can I use the keyboard to simulate mousewheel scrolling with AutoHotkey?

Fresh3 days ago
Mar 15, 202663633 views
Confidence Score0%
0%

Problem

I'm looking for a way to scroll with the keyboard using AutoHotkey. It would be also great if I could tweak scrolling speed somehow.

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: How can I use the keyboard to simulate mousewheel scrolling with AutoHotkey?

Low Risk

You can use the function to simulate the mouse wheel. Here's an example script that lets you scroll by holding down the CapsLock key and pressing 'w' to scroll up or 's' to scroll down: You can make it go faster by changing the to a larger value. It…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment