Emulate mouse wheel scroll with keyboard
Rise to the top 3% as a developer or hire one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------
Music by Eric Matyas
https://www.soundimage.org
Track title: Flying Over Ancient Lands
--
Chapters
00:00 Emulate Mouse Wheel Scroll With Keyboard
00:18 Accepted Answer Score 19
00:38 Answer 2 Score 3
01:02 Answer 3 Score 1
01:36 Answer 4 Score 0
02:05 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.