Toggle Double Click Topic is solved

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
attlesnakel
Posts: 4
Joined: 20 Jan 2021, 11:15

Toggle Double Click

20 Jan 2021, 11:21

So I Try To Make My Double Click Is Toggle Can Someone Help Me?

I Want To Make It If I Press F2 and Its On and Then I Try To Click Its Gonna Double Clicking
Its The Script

Code: Select all

~$LButton::
    {
        Click
        Click
    }
return
[Mod edit: [code][/code] tags added.]

Is That Posible?
Last edited by gregster on 20 Jan 2021, 11:27, edited 1 time in total.
Reason: Topic moved to 'Ask For Help'.
User avatar
mikeyww
Posts: 27039
Joined: 09 Sep 2014, 18:38

Re: Toggle Double Click  Topic is solved

20 Jan 2021, 12:20

Code: Select all

F2::on := !on
#If on
~LButton Up::Click
attlesnakel
Posts: 4
Joined: 20 Jan 2021, 11:15

Re: Toggle Double Click

20 Jan 2021, 18:04

mikeyww wrote:
20 Jan 2021, 12:20

Code: Select all

F2::on := !on
#If on
~LButton Up::Click
Thanks

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Bing [Bot], Darkmaster006, Draken and 348 guests