Page 1 of 1

$XButton2 like doubleklick

Posted: 29 Jun 2022, 21:48
by armin889
Hi,
I want that my XButton2 works same like DoubleClick

is there any other solution like doing LButton times two ? "Click 2" kinda work but its not 100% the same

Code: Select all

$XButton2::Click 2
$XButton1::LButton
thanks

Re: $XButton2 like doubleklick

Posted: 30 Jun 2022, 05:05
by mikeyww

Code: Select all

XButton2::SendInput {LButton 2}

Re: $XButton2 like doubleklick

Posted: 30 Jun 2022, 14:43
by armin889
mikeyww wrote:
30 Jun 2022, 05:05

Code: Select all

XButton2::SendInput {LButton 2}
thanks, i will try it :thumbup: