The IBM mouse that I use at my work place is hard to click. My fingers would get tired at the end of the day with all the clicking. So I requested for a small program or script that will click whenever ‘Ctrl’ key is pressed. jgpaiva over at DonationCoder wrote a 3 line .ahk file that does this.
Here are the steps:
- Install Auto Hot Key.
- Save the following as LeftClick.ahk:
Ctrl:: send,{lbutton} return - Double click on the new .ahk file.
As long as the above ahk is running, you can simply press the control key instead of clicking the mouse.
If want this with little more functionality, check out this thread.
We hope you found this how-to helpful. Please social bookmark this tutorial and help us and others. Thanks in advance.
Tags: AHK
This post has no comments yet. Why not kick start the discussion?