Emulate mouse wheel scroll with keyboard
Become or hire the top 3% of the developers on Toptal https://topt.al/25cXVn
--------------------------------------------------
Music by Eric Matyas
https://www.soundimage.org
Track title: RPG Blues Looping
--
Chapters
00:00 Question
00:26 Accepted answer (Score 17)
00:49 Answer 2 (Score 3)
01:19 Answer 3 (Score 1)
02:04 Answer 4 (Score 0)
02:41 Thank you
--
Full question
https://superuser.com/questions/119877/e...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#keyboard #mousewheel
#avk47
ACCEPTED ANSWER
Score 19
It's possible with AutoHotkey.
Try this script for instance: Using Keyboard Numpad as a Mouse. It uses the Numeric Pad to emulate a mouse. When on, NumPad+ and Numpad- emulates the mouse wheel.
ANSWER 2
Score 3
SerioSoft MKey does the job quite well.
This is much easier than making AutoHotKey scripts. TIP: If scroll doesn't work after making "scroll hotkey" try to change default scroll speed setting from "1" to "2".
You can also take a look at: AtnSoft Key Manager
ANSWER 3
Score 1
This is not a generic answer to your question, but notice that some softwares such as Visual Studio Code allow the documents to be scrolled using a key combination as well, so you might want to check out the configuration of the software you're using the most for such shortcut key settings. In my case, it's Ctrl + Up/Down in VSCode by default to scroll down as much as one line, and Alt + PageDown/PageUp to scroll down the whole page a few more lines(more than one line) down and up. I've personally remapped the latter to Alt + z/x since it's easier for my hand.
ANSWER 4
Score 0
(Assuming Windows): Check out AutoHotKey, it can remap the Mouse Wheel.
From the docs:
Mouse Wheel Hotkeys [Windows NT/2000/XP or later]
Hotkeys that fire upon turning the mouse wheel are supported via the key names WheelDown and WheelUp. WheelLeft and WheelRight are also supported in v1.0.48+, but have no effect on operating systems older than Windows Vista.