Fixing two-finger touchpad scrolling with AutoHotKey Script (AHK)

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
LeoAHK
Posts: 4
Joined: 15 Jan 2022, 05:06

Fixing two-finger touchpad scrolling with AutoHotKey Script (AHK)

Post by LeoAHK » 15 Jan 2022, 05:11

There is no Driver for my old laptop touchpad on Windows 10, so two-finger scrolling (or zooming) doesn't work.
My google search came to an AHK script by which now I can hold an Alt key with one finger, and drag the touchpad with another finger to scroll.
https://www.autohotkey.com/board/topic/54263-touchpad-scrolling/
However I need a two-finger scrolling with touchpad only without using other keys. I don't know much about scripting with AHK.
Could there be some AHK script to enable my touchpad two-finger scrolling (or zooming)??
thanks in advance.

User avatar
mikeyww
Posts: 26596
Joined: 09 Sep 2014, 18:38

Re: Fixing two-finger touchpad scrolling with AutoHotKey Script (AHK)

Post by mikeyww » 22 Jan 2022, 13:48

I don't think I have seen a script for two-finger scrolling, but I suggest searching the forum directly here, too. Another idea is below.

Code: Select all

F3::WheelUp
F4::WheelDown

Post Reply

Return to “Ask for Help (v1)”