Do you know how to fix this bind? test it, it's scroll click

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
newleonard
Posts: 1
Joined: 05 Dec 2021, 21:13

Do you know how to fix this bind? test it, it's scroll click

Post by newleonard » 05 Dec 2021, 21:21

Code: Select all

XBUTTON1::
suspend
WheelUp::
WheelDown::
Send {rbutton 20}
return
Last edited by gregster on 05 Dec 2021, 23:42, edited 1 time in total.
Reason: Topic moved from 'Scripts and Functions'.

Rohwedder
Posts: 7627
Joined: 04 Jun 2014, 08:33
Location: Germany

Re: Do you know how to fix this bind? test it, it's scroll click

Post by Rohwedder » 06 Dec 2021, 02:37

Hallo,
perhaps?:

Code: Select all

XBUTTON1::suspend
WheelUp::
WheelDown::Send {rbutton 20}

Post Reply

Return to “Ask for Help (v1)”