How do I double left click and double right click on 1 file.

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

How do I double left click and double right click on 1 file.

15 Apr 2021, 01:03

This Script :

Code: Select all

z::on := !on
#If on
~LButton Up::
Click
Sleep 15
with this script

Code: Select all

~RButton Up::
Click, R
Sleep 15
[Mod edit: [code][/code] tags added.]

So i want to make it if im left click its double my left click but if im right click its double my right click, not like if i left click its double my left click and right click pls help!
User avatar
mikeyww
Posts: 26883
Joined: 09 Sep 2014, 18:38

Re: How do I double left click and double right click on 1 file. Ahk, Please Help!

15 Apr 2021, 06:12

Multi-line hotkey routines should end in Return.

Explained: Return

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Lamron750, septrinus and 237 guests