simulating two fingers scrolling at the touchpad Topic is solved

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
AmDeG 11
Posts: 388
Joined: 28 Nov 2013, 11:42

simulating two fingers scrolling at the touchpad

28 May 2020, 20:46

I need to create a shortcut that simulates when at the touchpad I drag two fingers to scroll

My goal is to scroll down a little my current window


I don't know where to go for a script...
Albireo
Posts: 1756
Joined: 16 Oct 2013, 13:53

Re: simulating two fingers scrolling at the touchpad

29 May 2020, 03:24

Don't really understand your wishes?
Can't you "scroll" up and down with the arrow buttons?
(With Send or ControlSend and WinActivate)
AmDeG 11
Posts: 388
Joined: 28 Nov 2013, 11:42

Re: simulating two fingers scrolling at the touchpad

29 May 2020, 08:52

no.
at Word those arrows do not scroll up or down

I would have to view the scroll bar and focus at the scroll bar to do that

two fingers scrolling at the touchpad is more simple

therefore I wonder which AHK command would scroll down about 5 lines
User avatar
Scr1pter
Posts: 1277
Joined: 06 Aug 2017, 08:21
Location: Germany

Re: simulating two fingers scrolling at the touchpad  Topic is solved

29 May 2020, 12:52

What about?

Code: Select all

F1::
Send {WheelDown 3}
return 

F2::
Send {WheelUp}
return
Notice that you can specify the scroll amount as in example 1.

Cheers!
Please use [code][/code] when posting code!
Keyboard: Logitech G PRO - Mouse: Logitech G502 LS - OS: Windows 10 Pro 64 Bit - AHK version: 1.1.33.09

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: mcd, mikeyww, pafec and 307 guests