What goes down under the hood when you scroll horizontally with touchpad

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
XShayanX
Posts: 83
Joined: 16 Sep 2018, 04:48

What goes down under the hood when you scroll horizontally with touchpad

19 Sep 2020, 08:20

Hello.
There are some programs that don't support scrolling horizontally (Shift + WheelUp/WheelDown) but you can use WheelLeft/WheelRight to scroll:
Notepad++ (old versions)
Microsoft OneNote for Windows 10

Some other programs don't even support WheelLeft/WheelRight:
Microsoft Excel
AHK Studio

What I noticed is that on all these programs, I can simply use my touchpad to scroll horizontally and it works :shock:

I want to know what goes down under the hood, like is some kind of built in Windows DLL is being called? Or what's happening when I use my touchpad to scroll horizontally?

-----

Also my touchpad acts weird in these situations:

Code: Select all

WheelUp::Send, {WheelUp}
This causes my touchpad to scroll super fast, idk why.

Code: Select all

~WheelUp::Send, {Volume_Up}
This causes my touchpad to scroll slow as hell, and causes AHK to give a HotKeyInterval warning.

I want to know why.

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Google [Bot], haomingchen1998, MrDoge and 234 guests